upgrade golang.org/x/exp package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-20 13:28:25 -06:00
parent caf5bd5af6
commit af0c955987
2 changed files with 3 additions and 7 deletions

2
go.mod
View File

@@ -10,6 +10,6 @@ require (
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8 // indirect
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
golang.org/x/sys v0.19.0 // indirect
)