forked from nanmu42/orly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (24 loc) · 1.04 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/nanmu42/orly
require (
github.com/bearyinnovative/bearychat-go v0.0.0-20181023025336-2a589fab3c0d
github.com/disintegration/imaging v1.5.1-0.20180915215809-32df9565b4e0
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/golang/protobuf v1.2.0 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/viper v1.2.1
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.2.2
github.com/ugorji/go/codec v0.0.0-20180927125128-99ea80c8b19a // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.9.1
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)