-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from AdRoll/golang-1.17
Updates for Golang 1.17 Using admin merge since CLI bot will not acknowledge acceptance of the agreement.
- Loading branch information
Showing
260 changed files
with
656 additions
and
79,233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ artifacts/ | |
deploy/healthcheck | ||
.hologram-package-config | ||
.idea/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
module github.com/AdRoll/hologram | ||
|
||
go 1.17 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.4.21-0.20161031215218-ed981a1d5ee7 | ||
github.com/aybabtme/rgbterm v0.0.0-20151029041548-c9a1bdb3761d | ||
github.com/go-ini/ini v1.66.2 // indirect | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/gopherjs/gopherjs v0.0.0-20220104163920-15ed2e8cf2bd // indirect | ||
github.com/howeyc/gopass v0.0.0-20161003130900-f5387c492211 | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/mitchellh/go-homedir v1.0.0 | ||
github.com/nmcclain/asn1-ber v0.0.0-20140416010459-ec51d5ed2137 // indirect | ||
github.com/nmcclain/ldap v0.0.0-20160601145537-6e14e8271933 | ||
github.com/peterbourgon/g2s v0.0.0-20160722085717-5767a0b20786 | ||
github.com/smartystreets/goconvey v1.6.4 | ||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect | ||
github.com/stretchr/testify v1.7.0 // indirect | ||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect | ||
google.golang.org/protobuf v1.26.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.