Skip to content

Commit

Permalink
fix(deps): Run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstacks committed Aug 28, 2024
1 parent c5ec265 commit 397193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ require (
golang.org/x/sync v0.3.0
google.golang.org/protobuf v1.31.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -23,5 +24,4 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 397193a

Please sign in to comment.