feat: split framework from prototype
.gitlab-ci.yml
deleted
100644 → 0
Dockerfile
deleted
100644 → 0
module git.kuschku.de/justjanne/stateless-matrix-bot | ||
module git.kuschku.de/justjanne/stateless-matrix-bot-framework | ||
go 1.22.2 | ||
require ( | ||
git.kuschku.de/justJanne/bahn-api v0.0.0-20210606022125-173e9216d8a8 | ||
github.com/google/uuid v1.6.0 | ||
) | ||
require ( | ||
github.com/andybalholm/cascadia v1.0.0 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect | ||
golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
) | ||
require github.com/google/uuid v1.6.0 |
matrixbot.go
deleted
100644 → 0
Please register or sign in to comment