-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
27 lines (24 loc) · 939 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/traefik/aloba
go 1.19
require (
github.com/BurntSushi/toml v1.1.0
github.com/containous/flaeg v1.4.1
github.com/google/go-github/v47 v47.1.0
github.com/ldez/ghwebhook/v4 v4.2.0
github.com/ogier/pflag v0.0.0-20160129220114-45c278ab3607
github.com/rs/zerolog v1.28.0
github.com/slack-go/slack v0.11.3
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9 // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)