Skip to content

Commit

Permalink
all: fmt go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Jun 21, 2024
1 parent 8e21f4f commit b438ca6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

require github.com/go-task/slim-sprig/v3 v3.0.0 // indirect

require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect
Expand All @@ -22,6 +20,7 @@ require (
github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0 // indirect
github.com/bluele/gcache v0.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/pprof v0.0.0-20240618054019-d3b898a103f8 // indirect
github.com/kardianos/service v1.2.2
github.com/onsi/ginkgo/v2 v2.19.0 // indirect
Expand Down

0 comments on commit b438ca6

Please sign in to comment.