forked from GoogleCloudPlatform/professional-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 805 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
module github.com/GoogleCloudPlatform/professional-services/ipam-autopilot
go 1.14
require (
cloud.google.com/go/asset v1.13.0
cloud.google.com/go/storage v1.29.0
github.com/apparentlymart/go-cidr v1.1.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gofiber/fiber/v2 v2.50.0
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jackc/pgtype v1.9.1
github.com/jackc/pgx/v4 v4.13.0 // indirect
github.com/stretchr/testify v1.8.3
go.uber.org/atomic v1.9.0 // indirect
google.golang.org/api v0.114.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.3 // indirect
)