Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 18 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,36 +1,39 @@
module gomodules.xyz/notify

go 1.13
go 1.24.0

require (
github.com/appscode/go v0.0.0-20191119085241-0887d8ec2ecc
github.com/bwmarrin/discordgo v0.19.0
github.com/golang/glog v1.0.0
github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43
github.com/mailgun/mailgun-go v2.0.0+incompatible
github.com/pkg/errors v0.9.1
github.com/slack-go/slack v0.6.5
gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)

require (
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gobuffalo/envy v1.7.0 // indirect
github.com/golang/glog v1.0.0
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43
github.com/kr/text v0.2.0 // indirect
github.com/mailgun/mailgun-go v2.0.0+incompatible
github.com/gorilla/websocket v1.4.2 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/olekukonko/tablewriter v0.0.1 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/ginkgo/v2 v2.1.6 // indirect
github.com/pkg/errors v0.9.1
github.com/onsi/gomega v1.20.1 // indirect
github.com/rogpeppe/go-internal v1.3.0 // indirect
github.com/slack-go/slack v0.6.5
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
Loading
Loading