From ea8d665f269e9ce08a99602da3a976904cc8bc21 Mon Sep 17 00:00:00 2001 From: diegolnasc Date: Sun, 26 Dec 2021 13:16:14 -0300 Subject: [PATCH] feat: update go version to 1.17 --- go.mod | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 2b13c63..8294102 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,18 @@ module github.com/diegolnasc/gotcha -go 1.16 +go 1.17 require ( github.com/bradleyfalzon/ghinstallation v1.1.1 - github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-playground/webhooks/v6 v6.0.0-rc.1 github.com/google/go-github/v41 v41.0.0 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c ) + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect + github.com/google/go-github/v29 v29.0.2 // indirect + github.com/google/go-querystring v1.1.0 // indirect + golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect +)