Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baurmatt committed Jul 20, 2022
1 parent ea3a4c1 commit 2a7720f
Show file tree
Hide file tree
Showing 5 changed files with 700 additions and 72 deletions.
20 changes: 11 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ module github.com/mercari/tfnotify
go 1.12

require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/kr/pretty v0.2.0 // indirect
github.com/lestrrat-go/pdebug v0.0.0-20210111095411-35b07dbf089b // indirect
github.com/lestrrat-go/slack v0.0.0-20190827134815-1aaae719550a
github.com/mattn/go-colorable v0.1.4
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-colorable v0.1.12
github.com/nulab/go-typetalk v2.1.1+incompatible
github.com/urfave/cli v1.22.2
github.com/xanzy/go-gitlab v0.22.3
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20200121082415-34d275377bf9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/urfave/cli v1.22.9
github.com/xanzy/go-gitlab v0.69.0
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
golang.org/x/oauth2 v0.0.0-20220718184931-c8730f7fcb92
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 2a7720f

Please sign in to comment.