Skip to content

Commit

Permalink
chore: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Dec 20, 2023
1 parent eac353c commit ff9f18d
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 @@ -13,6 +13,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/sthorne/odoh-go v1.0.4
github.com/stretchr/testify v1.8.4
golang.org/x/net v0.19.0
gopkg.in/yaml.v3 v3.0.1
)

Expand All @@ -38,7 +39,6 @@ require (
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.16.1 // indirect
Expand Down

0 comments on commit ff9f18d

Please sign in to comment.