-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (18 loc) · 888 Bytes
/
go.mod
File metadata and controls
19 lines (18 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/slicebit/ginger
require (
github.com/coreos/etcd v3.3.12+incompatible // indirect
github.com/gin-contrib/cors v0.0.0-20190226021855-50921afdc5c1
github.com/gin-contrib/sse v0.0.0-20190226023149-996076df5b33 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/mattn/go-isatty v0.0.6 // indirect
github.com/slicebit/qb v0.0.0-20181212194954-6bc2ae13ece3
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/viper v1.3.1
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 // indirect
golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b // indirect
golang.org/x/net v0.0.0-20190225153610-fe579d43d832 // indirect
golang.org/x/sys v0.0.0-20190225065934-cc5685c2db12 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)