Skip to content

Commit

Permalink
Updating Packages (#67)
Browse files Browse the repository at this point in the history
* updating go packages

* disabling cache for tests.

* Added some housekeeping items

Co-authored-by: Yousif Akbar <[email protected]>
Co-authored-by: Yousif Akbar <[email protected]>
  • Loading branch information
3 people authored Jan 28, 2022
1 parent 640e7e2 commit 98f7655
Show file tree
Hide file tree
Showing 4 changed files with 548 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.16
golang 1.17.5
18 changes: 4 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,9 @@ module github.com/pbs/gorson
go 1.16

require (
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/aws/aws-sdk-go v1.38.44
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/fatih/color v1.11.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5 // indirect
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
golang.org/x/sys v0.0.0-20210521090106-6ca3eb03dfc2 // indirect
github.com/aws/aws-sdk-go v1.42.24
github.com/fatih/color v1.13.0
github.com/spf13/cobra v1.3.0
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 98f7655

Please sign in to comment.