-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping the versions of included packages.
- Loading branch information
1 parent
32a89fd
commit 4005aa5
Showing
2 changed files
with
53 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
module github.com/GwynethLlewelyn/gobot | ||
|
||
go 1.21.0 | ||
go 1.22.0 | ||
|
||
toolchain go1.23.0 | ||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/Pallinder/go-randomdata v1.2.0 | ||
github.com/fsnotify/fsnotify v1.7.0 | ||
github.com/fsnotify/fsnotify v1.8.0 | ||
github.com/go-sql-driver/mysql v1.8.1 | ||
github.com/gorilla/securecookie v1.1.2 | ||
github.com/heatxsink/go-gravatar v0.0.0-20141217001839-ab2bd510cd12 | ||
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 | ||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 | ||
github.com/spf13/viper v1.19.0 | ||
golang.org/x/net v0.28.0 | ||
golang.org/x/net v0.35.0 | ||
gopkg.in/guregu/null.v3 v3.5.0 | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 | ||
) | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/magiconair/properties v1.8.9 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/sagikazarmark/locafero v0.6.0 // indirect | ||
github.com/sagikazarmark/locafero v0.7.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/cast v1.7.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/afero v1.12.0 // indirect | ||
github.com/spf13/cast v1.7.1 // indirect | ||
github.com/spf13/pflag v1.0.6 // indirect | ||
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
golang.org/x/text v0.18.0 // indirect | ||
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters