Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
pirosiki197 committed Aug 5, 2024
1 parent 2f6b4cf commit 25d04b8
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 @@ -37,6 +37,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c
github.com/traefik/traefik/v3 v3.1.1
github.com/volatiletech/null/v8 v8.1.2
github.com/volatiletech/sqlboiler/v4 v4.16.2
Expand All @@ -55,8 +56,6 @@ require (
k8s.io/client-go v0.30.3
)

require github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c

require (
dario.cat/mergo v1.0.0 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
Expand Down

0 comments on commit 25d04b8

Please sign in to comment.