2021-03-10 15:03:48 +01:00
|
|
|
module git.circuitco.de/self/watbot
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2024-09-21 16:06:04 +02:00
|
|
|
github.com/creasty/defaults v1.8.0
|
2024-10-02 21:40:30 +02:00
|
|
|
github.com/ergochat/irc-go v0.4.0
|
2021-03-10 15:03:48 +01:00
|
|
|
github.com/go-irc/irc v2.1.0+incompatible
|
2024-09-21 16:06:04 +02:00
|
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2021-03-10 15:03:48 +01:00
|
|
|
gorm.io/driver/sqlite v1.1.4
|
|
|
|
gorm.io/gorm v1.20.11
|
|
|
|
)
|