chore(deps): update module github.com/nlpodyssey/gopickle to v0.3.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-05 11:15:23 +00:00
parent a05a8f10a2
commit 39b871a2ed
2 changed files with 6 additions and 3 deletions

3
go.mod
View File

@ -5,7 +5,7 @@ go 1.20
require (
github.com/alecthomas/kong v0.8.1
github.com/kisielk/og-rek v1.2.0
github.com/nlpodyssey/gopickle v0.2.0
github.com/nlpodyssey/gopickle v0.3.0
github.com/prometheus/client_golang v1.16.0
)
@ -18,5 +18,6 @@ require (
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)