-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
26 lines (24 loc) · 987 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
module github.com/synchthia/nebula-api
go 1.13
require (
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/gomodule/redigo v1.8.9
github.com/k0kubun/pp v3.0.1+incompatible // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/net v0.9.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v2 v2.2.8 // indirect
gorm.io/driver/mysql v1.5.0
gorm.io/gorm v1.25.0
)