Skip to content

Commit

Permalink
Fix the installation instructions (#109)
Browse files Browse the repository at this point in the history
* Fix the golang installation instructions

* fix installation instructions

(cherry picked from commit 04bc2127a96b4f59487a4355e893850a99ebece2)
  • Loading branch information
tbuchaillot authored and AaronFeledy committed Apr 22, 2023
1 parent a539491 commit 0b6cced
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 51 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/AaronFeledy/tyk-ops
go 1.16

require (
github.com/TykTechnologies/graphql-go-tools v1.6.2-0.20230214130715-aa076c16772f
github.com/TykTechnologies/tyk v1.9.2-0.20230228090416-dfc3f76938c8
github.com/TykTechnologies/graphql-go-tools v1.6.2-0.20230320143102-7a16078ce517
github.com/TykTechnologies/tyk v1.9.2-0.20230324144826-c9898fdef7f4
github.com/containerd/console v1.0.3
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
github.com/fatih/color v1.14.1
github.com/go-resty/resty/v2 v2.7.0
github.com/gofrs/uuid v3.3.0+incompatible
github.com/json-iterator/go v1.1.12
github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
github.com/mattn/go-isatty v0.0.17
github.com/mitchellh/go-homedir v1.1.0
github.com/ongoingio/urljoin v0.0.0-20140909071054-8d88f7c81c3c
github.com/satori/go.uuid v1.2.0
github.com/schollz/progressbar/v3 v3.12.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.6.1
Expand Down
Loading

0 comments on commit 0b6cced

Please sign in to comment.