We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9ba6e1 + 0ecf0df commit 40bf4f5Copy full SHA for 40bf4f5
2 files changed
go.mod
@@ -2,10 +2,7 @@ module github.com/AirHelp/treasury
2
3
require (
4
github.com/aws/aws-sdk-go v1.19.49
5
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
6
github.com/spf13/cobra v0.0.5
7
- github.com/spf13/pflag v1.0.3 // indirect
8
github.com/stretchr/testify v1.3.0 // indirect
9
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect
10
- golang.org/x/text v0.3.0 // indirect
11
)
version/version.go
@@ -6,7 +6,7 @@ import (
// treasury version should be changed here
-const version = "0.5.1"
+const version = "0.5.2"
// This will be filled in by the compiler.
12
var (
0 commit comments