Skip to content

Commit

Permalink
upgrade go to v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and MandssS committed Jul 15, 2023
1 parent fed82fb commit 3b5996a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
module github.com/chaosblade-io/chaosblade-spec-go

go 1.13
go 1.20

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/shirou/gopsutil v2.20.5+incompatible
github.com/sirupsen/logrus v1.4.2
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.8
)

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3 // indirect
)

0 comments on commit 3b5996a

Please sign in to comment.