diff --git a/cmd/version.go b/cmd/version.go index 18529a7..609bb12 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const version = "v0.3.3" +const version = "v0.3.4" // versionCmd represents the version command var versionCmd = &cobra.Command{ diff --git a/go.mod b/go.mod index 9416252..f96188e 100644 --- a/go.mod +++ b/go.mod @@ -2,12 +2,12 @@ module github.com/squadracorsepolito/jsondbc go 1.21 -require github.com/spf13/cobra v1.7.0 +require ( + github.com/spf13/cobra v1.7.0 + golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 +) require ( - github.com/alecthomas/participle/v2 v2.0.0 // indirect - github.com/alecthomas/repr v0.2.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect - golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect ) diff --git a/go.sum b/go.sum index 4ebe58f..f6130cb 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,3 @@ -github.com/alecthomas/participle/v2 v2.0.0 h1:Fgrq+MbuSsJwIkw3fEj9h75vDP0Er5JzepJ0/HNHv0g= -github.com/alecthomas/participle/v2 v2.0.0/go.mod h1:rAKZdJldHu8084ojcWevWAL8KmEU+AT+Olodb+WoN2Y= -github.com/alecthomas/repr v0.2.0 h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk= -github.com/alecthomas/repr v0.2.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4= github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=