Skip to content

Commit

Permalink
chore: minor update to go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Dec 29, 2024
1 parent 2280cd8 commit 0ca69c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gabo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/ashishb/gabo/src/gabo
go 1.20

require (
github.com/bmatcuk/doublestar/v4 v4.7.1
github.com/rs/zerolog v1.33.0
github.com/stretchr/testify v1.10.0
)

require (
github.com/bmatcuk/doublestar/v4 v4.7.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
Expand Down

0 comments on commit 0ca69c0

Please sign in to comment.