12345678910111213141516171819202122232425262728293031323334353637 |
- module github.com/GwynethLlewelyn/gobot
- go 1.20
- require (
- github.com/Pallinder/go-randomdata v1.2.0
- github.com/fsnotify/fsnotify v1.6.0
- github.com/go-sql-driver/mysql v1.7.0
- github.com/gorilla/securecookie v1.1.1
- github.com/heatxsink/go-gravatar v0.0.0-20141217001839-ab2bd510cd12
- github.com/jaytaylor/html2text v0.0.0-20211105163654-bc68cce691ba
- github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
- github.com/spf13/viper v1.15.0
- golang.org/x/net v0.17.0
- gopkg.in/guregu/null.v3 v3.5.0
- gopkg.in/natefinch/lumberjack.v2 v2.2.1
- )
- require (
- github.com/hashicorp/hcl v1.0.0 // indirect
- github.com/magiconair/properties v1.8.7 // indirect
- github.com/mattn/go-runewidth v0.0.14 // indirect
- github.com/mitchellh/mapstructure v1.5.0 // indirect
- github.com/olekukonko/tablewriter v0.0.5 // indirect
- github.com/pelletier/go-toml/v2 v2.0.6 // indirect
- github.com/rivo/uniseg v0.4.4 // indirect
- github.com/spf13/afero v1.9.4 // indirect
- github.com/spf13/cast v1.5.0 // indirect
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
- github.com/spf13/pflag v1.0.5 // indirect
- github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
- github.com/subosito/gotenv v1.4.2 // indirect
- golang.org/x/sys v0.13.0 // indirect
- golang.org/x/text v0.13.0 // indirect
- gopkg.in/ini.v1 v1.67.0 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
- )
|