go.mod - boof - AWS EC2 instance tag searching in golang, no longer used.
(HTM) git clone git://jay.scot/boof
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
go.mod (861B)
---
1 module boof
2
3 go 1.14
4
5 require (
6 github.com/aws/aws-sdk-go v1.30.8
7 github.com/fsnotify/fsnotify v1.4.9 // indirect
8 github.com/go-openapi/strfmt v0.19.5 // indirect
9 github.com/jedib0t/go-pretty v4.3.0+incompatible
10 github.com/mattn/go-runewidth v0.0.9 // indirect
11 github.com/mitchellh/go-homedir v1.1.0
12 github.com/mitchellh/mapstructure v1.2.2 // indirect
13 github.com/pelletier/go-toml v1.7.0 // indirect
14 github.com/spf13/afero v1.2.2 // indirect
15 github.com/spf13/cast v1.3.1 // indirect
16 github.com/spf13/cobra v1.0.0
17 github.com/spf13/jwalterweatherman v1.1.0 // indirect
18 github.com/spf13/pflag v1.0.5 // indirect
19 github.com/spf13/viper v1.6.3
20 golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
21 golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
22 golang.org/x/text v0.3.2 // indirect
23 gopkg.in/ini.v1 v1.55.0 // indirect
24 )