Update dependencies

This commit is contained in:
Gilbert Chen
2022-10-06 20:29:51 -04:00
parent d6f5336784
commit 901044b348
2 changed files with 200 additions and 2 deletions

3
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/gilbertchen/duplicacy
go 1.19
go 1.16
require (
cloud.google.com/go v0.38.0
@@ -38,7 +38,6 @@ require (
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.3.5 // indirect
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
github.com/jmespath/go-jmespath v0.3.0 // indirect
github.com/klauspost/cpuid v1.3.1 // indirect