integrated the muellbot
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- go.mod 1 addition, 0 deletionsgo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- muellbot/.gitignore 5 additions, 0 deletionsmuellbot/.gitignore
- muellbot/avatarsrc 1 addition, 0 deletionsmuellbot/avatarsrc
- muellbot/server.go 85 additions, 0 deletionsmuellbot/server.go
... | @@ -15,6 +15,7 @@ require ( | ... | @@ -15,6 +15,7 @@ require ( |
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect | github.com/hashicorp/go-retryablehttp v0.6.8 // indirect | ||
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect | golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect | ||
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 // indirect | golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 // indirect | ||
golang.org/x/text v0.3.6 // indirect | |||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect | golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect | ||
google.golang.org/appengine v1.3.0 // indirect | google.golang.org/appengine v1.3.0 // indirect | ||
) | ) |
muellbot/.gitignore
0 → 100644
muellbot/avatarsrc
0 → 100644
muellbot/server.go
0 → 100644
Please register or sign in to comment