gruik

Fork of GCU-Squad's RSS-to-IRC bridge
git clone https://git.instinctive.eu/gruik.git
Log | Files | Refs | README | LICENSE

go.mod (1189B)


      1 module gitlab.com/iMil/Gruik
      2 
      3 go 1.20
      4 
      5 require (
      6 	github.com/lrstanley/girc v0.0.0-20230705131030-03bec9e987f0
      7 	github.com/mmcdole/gofeed v1.2.1
      8 	github.com/spf13/viper v1.16.0
      9 )
     10 
     11 require (
     12 	github.com/PuerkitoBio/goquery v1.8.0 // indirect
     13 	github.com/andybalholm/cascadia v1.3.1 // indirect
     14 	github.com/fsnotify/fsnotify v1.6.0 // indirect
     15 	github.com/hashicorp/hcl v1.0.0 // indirect
     16 	github.com/json-iterator/go v1.1.12 // indirect
     17 	github.com/magiconair/properties v1.8.7 // indirect
     18 	github.com/mitchellh/mapstructure v1.5.0 // indirect
     19 	github.com/mmcdole/goxpp v1.1.0 // indirect
     20 	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
     21 	github.com/modern-go/reflect2 v1.0.2 // indirect
     22 	github.com/pelletier/go-toml/v2 v2.0.8 // indirect
     23 	github.com/spf13/afero v1.9.5 // indirect
     24 	github.com/spf13/cast v1.5.1 // indirect
     25 	github.com/spf13/jwalterweatherman v1.1.0 // indirect
     26 	github.com/spf13/pflag v1.0.5 // indirect
     27 	github.com/subosito/gotenv v1.4.2 // indirect
     28 	golang.org/x/net v0.10.0 // indirect
     29 	golang.org/x/sys v0.8.0 // indirect
     30 	golang.org/x/text v0.9.0 // indirect
     31 	gopkg.in/ini.v1 v1.67.0 // indirect
     32 	gopkg.in/yaml.v3 v3.0.1 // indirect
     33 )