Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Add fixed modules.txt with new go version
Browse files Browse the repository at this point in the history
  • Loading branch information
emate committed Aug 19, 2020
1 parent a69c53e commit a105cf7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# github.com/aws/aws-sdk-go v1.34.7
## explicit
github.com/aws/aws-sdk-go/aws
github.com/aws/aws-sdk-go/aws/awserr
github.com/aws/aws-sdk-go/aws/awsutil
Expand Down Expand Up @@ -36,13 +37,19 @@ github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
github.com/aws/aws-sdk-go/service/ec2
github.com/aws/aws-sdk-go/service/sts
github.com/aws/aws-sdk-go/service/sts/stsiface
# github.com/coreos/go-etcd v2.0.0+incompatible
## explicit
# github.com/fsnotify/fsnotify v1.4.9
## explicit
github.com/fsnotify/fsnotify
# github.com/google/go-github v17.0.0+incompatible
## explicit
github.com/google/go-github/github
# github.com/google/go-querystring v1.0.0
## explicit
github.com/google/go-querystring/query
# github.com/hashicorp/go-version v1.2.1
## explicit
github.com/hashicorp/go-version
# github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl
Expand All @@ -62,43 +69,61 @@ github.com/jmespath/go-jmespath
# github.com/magiconair/properties v1.8.1
github.com/magiconair/properties
# github.com/mitchellh/go-homedir v1.1.0
## explicit
github.com/mitchellh/go-homedir
# github.com/mitchellh/mapstructure v1.3.3
## explicit
github.com/mitchellh/mapstructure
# github.com/pelletier/go-toml v1.8.0
## explicit
github.com/pelletier/go-toml
# github.com/spf13/afero v1.3.4
## explicit
github.com/spf13/afero
github.com/spf13/afero/mem
# github.com/spf13/cast v1.3.1
## explicit
github.com/spf13/cast
# github.com/spf13/cobra v1.0.0
## explicit
github.com/spf13/cobra
# github.com/spf13/jwalterweatherman v1.1.0
## explicit
github.com/spf13/jwalterweatherman
# github.com/spf13/pflag v1.0.5
## explicit
github.com/spf13/pflag
# github.com/spf13/viper v1.7.1
## explicit
github.com/spf13/viper
# github.com/subosito/gotenv v1.2.0
github.com/subosito/gotenv
# github.com/tcnksm/go-input v0.0.0-20180404061846-548a7d7a8ee8
## explicit
github.com/tcnksm/go-input
# github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
## explicit
github.com/tcnksm/go-latest
# github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8
## explicit
# golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
## explicit
golang.org/x/crypto/ssh/terminal
# golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
## explicit
golang.org/x/net/html
golang.org/x/net/html/atom
# golang.org/x/sys v0.0.0-20200819091447-39769834ee22
## explicit
golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/unix
golang.org/x/sys/windows
# golang.org/x/text v0.3.3
golang.org/x/text/transform
golang.org/x/text/unicode/norm
# gopkg.in/ini.v1 v1.60.0
## explicit
gopkg.in/ini.v1
# gopkg.in/yaml.v2 v2.3.0
## explicit
gopkg.in/yaml.v2

0 comments on commit a105cf7

Please sign in to comment.