-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
20 lines (18 loc) · 857 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module go.ryanbrainard.com/jjogaegi
go 1.12
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gin-gonic/gin v0.0.0-20150626140855-4cc2de6207f4
github.com/golang/protobuf v1.3.1
github.com/google/uuid v0.0.0-20171129191014-dec09d789f3d
github.com/manucorporat/sse v0.0.0-20150604091100-c142f0f1baea // indirect
github.com/mattn/go-colorable v0.0.0-20150625154642-40e4aedc8fab // indirect
github.com/mattn/go-isatty v0.0.0-20150814002629-7fcbc72f853b // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v0.0.0-20160305165446-6fe211e49392
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
google.golang.org/grpc v1.21.1
gopkg.in/bluesuncorp/validator.v5 v5.9.1 // indirect
launchpad.net/xmlpath v0.0.0-20130614043138-000000000004
)