Skip to content

Commit

Permalink
Update Go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Mar 13, 2024
1 parent 649ad6f commit 51b366c
Show file tree
Hide file tree
Showing 2 changed files with 2,441 additions and 86 deletions.
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ module github.com/irccloud/irccat
go 1.13

require (
github.com/deckarep/golang-set v1.7.1
github.com/fsnotify/fsnotify v1.4.7
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.5.0
github.com/stretchr/testify v1.3.0 // indirect
github.com/deckarep/golang-set v1.8.0
github.com/fsnotify/fsnotify v1.7.0
github.com/juju/loggo v1.0.0
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/spf13/viper v1.18.2
github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64
golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/go-playground/webhooks.v5 v5.13.0
gopkg.in/yaml.v2 v2.2.7 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/net v0.22.0 // indirect
gopkg.in/go-playground/webhooks.v5 v5.17.0
)

0 comments on commit 51b366c

Please sign in to comment.