dependency updates
This commit is contained in:
parent
555eec64af
commit
dc9baafbdb
14
go.mod
14
go.mod
@ -4,17 +4,13 @@ go 1.16
|
||||
|
||||
require (
|
||||
github.com/go-ini/ini v1.67.0
|
||||
github.com/golang/protobuf v1.5.2
|
||||
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
||||
github.com/jackc/pgtype v1.13.0 // indirect
|
||||
github.com/jackc/pgx/v4 v4.17.2
|
||||
github.com/golang/protobuf v1.5.3
|
||||
github.com/jackc/pgx/v4 v4.18.1
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
github.com/osrg/gobgp v0.0.0-20190502094614-fd6618fed499
|
||||
github.com/sirupsen/logrus v1.9.0
|
||||
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
||||
github.com/stretchr/testify v1.8.1
|
||||
golang.org/x/crypto v0.5.0 // indirect
|
||||
google.golang.org/genproto v0.0.0-20230117162540-28d6b9783ac4 // indirect
|
||||
google.golang.org/grpc v1.52.0
|
||||
gopkg.in/ini.v1 v1.42.0 // indirect
|
||||
golang.org/x/crypto v0.8.0 // indirect
|
||||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
||||
google.golang.org/grpc v1.54.0
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user