Skip to content

Commit

Permalink
fix: update dependencies to latest versions (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Jun 20, 2023
1 parent baefaf1 commit d7b43c0
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 42 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ require (
cloud.google.com/go/compute/metadata v0.2.3
github.com/coreos/go-systemd/v22 v22.5.0
github.com/go-sql-driver/mysql v1.7.1
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/hanwen/go-fuse/v2 v2.3.0
github.com/jackc/pgx/v4 v4.18.1
github.com/lib/pq v1.10.9
github.com/microsoft/go-mssqldb v0.21.0
github.com/microsoft/go-mssqldb v1.1.0
go.uber.org/zap v1.24.0
golang.org/x/net v0.10.0
golang.org/x/oauth2 v0.8.0
golang.org/x/sys v0.8.0
golang.org/x/net v0.11.0
golang.org/x/oauth2 v0.9.0
golang.org/x/sys v0.9.0
golang.org/x/time v0.3.0
google.golang.org/api v0.122.0
google.golang.org/api v0.128.0
)
Loading

0 comments on commit d7b43c0

Please sign in to comment.