Skip to content

Commit

Permalink
fix: update dependencies to latest versions (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed May 16, 2023
1 parent eb01f57 commit e652120
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 22 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ go 1.16
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.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.2.0
github.com/hanwen/go-fuse/v2 v2.3.0
github.com/jackc/pgx/v4 v4.18.1
github.com/lib/pq v1.10.8
github.com/lib/pq v1.10.9
github.com/microsoft/go-mssqldb v0.21.0
go.uber.org/zap v1.24.0
golang.org/x/net v0.9.0
golang.org/x/oauth2 v0.7.0
golang.org/x/sys v0.7.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/time v0.3.0
google.golang.org/api v0.118.0
google.golang.org/api v0.122.0
)
Loading

0 comments on commit e652120

Please sign in to comment.