-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
37 lines (34 loc) · 1.28 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
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/amyllz/my-go-dots
go 1.18
require (
github.com/aristanetworks/goeapi v0.6.0
github.com/davecgh/go-spew v1.1.1
github.com/fatih/structs v1.1.0
github.com/go-sql-driver/mysql v1.6.0
github.com/go-xorm/xorm v0.7.9
github.com/golang/protobuf v1.5.3
github.com/gorilla/mux v1.8.0
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.10.5
github.com/osrg/gobgp/v3 v3.5.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/shopspring/decimal v1.3.1
github.com/sirupsen/logrus v1.8.1
github.com/ugorji/go/codec v1.2.7
github.com/xeipuuv/gojsonschema v1.2.0
google.golang.org/grpc v1.56.3
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
xorm.io/builder v0.3.6 // indirect
xorm.io/core v0.7.2-0.20190928055935-90aeac8d08eb // indirect
)