Skip to content

Commit

Permalink
re-update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Sep 17, 2024
1 parent 42a15df commit 955ebf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ require (
golang.org/x/net v0.25.0
)

require golang.org/x/crypto v0.26.0 // indirect

require (
github.com/alessio/shellescape v1.4.2 // indirect
github.com/danieljoos/wincred v1.2.1 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect DON'T REMOVE, this is here to force a more recent version
)

require (
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ github.com/stretchr/testify/suite
github.com/zalando/go-keyring
github.com/zalando/go-keyring/secret_service
# golang.org/x/crypto v0.26.0
## explicit; go 1.20
## explicit
# golang.org/x/net v0.25.0
## explicit; go 1.18
golang.org/x/net/context
Expand All @@ -89,7 +89,7 @@ golang.org/x/text/unicode/bidi
golang.org/x/text/unicode/norm
golang.org/x/text/width
# google.golang.org/protobuf v1.34.2
## explicit; go 1.20
## explicit
# gopkg.in/cenkalti/backoff.v1 v1.1.0
## explicit
gopkg.in/cenkalti/backoff.v1
Expand Down

0 comments on commit 955ebf5

Please sign in to comment.