-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
29 lines (27 loc) · 949 Bytes
/
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
26
27
28
29
module github.com/bgokden/veri
go 1.16
require (
github.com/bgokden/go-cache v2.1.1+incompatible
github.com/chewxy/math32 v1.0.8
github.com/goburrow/cache v0.1.3
github.com/golang/protobuf v1.5.3
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.7.2
github.com/jinzhu/copier v0.0.0-20201025035756-632e723a6687
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tcnksm/ghr v0.16.0 // indirect
github.com/tidwall/gjson v1.9.3
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.8.0 // indirect
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.30.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)