Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Breidenstein committed Jul 26, 2020
1 parent b3bbda6 commit c03ab81
Show file tree
Hide file tree
Showing 2 changed files with 305 additions and 8 deletions.
21 changes: 13 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ go 1.13
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/lrstanley/girc v0.0.0-20181114171214-3aee8c249519
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.3.0 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.3.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
)
Loading

0 comments on commit c03ab81

Please sign in to comment.