-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
262 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,134 +1,147 @@ | ||
module github.com/nikoksr/notify | ||
|
||
go 1.19 | ||
go 1.22 | ||
|
||
toolchain go1.22.5 | ||
|
||
require ( | ||
github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20240116134246-a8cbe886bab0 | ||
github.com/antihax/optional v1.0.0 // indirect | ||
github.com/atc0005/go-teams-notify/v2 v2.6.1 | ||
github.com/aws/aws-sdk-go-v2 v1.24.1 | ||
github.com/aws/aws-sdk-go-v2/config v1.26.6 | ||
github.com/aws/aws-sdk-go-v2/credentials v1.16.16 | ||
github.com/aws/aws-sdk-go-v2/service/ses v1.19.6 | ||
github.com/aws/aws-sdk-go-v2/service/sns v1.26.7 | ||
github.com/blinkbean/dingtalk v0.0.0-20240125124841-eed4f3220a50 | ||
github.com/bwmarrin/discordgo v0.27.1 | ||
github.com/atc0005/go-teams-notify/v2 v2.10.0 | ||
github.com/aws/aws-sdk-go-v2 v1.30.3 | ||
github.com/aws/aws-sdk-go-v2/config v1.27.26 | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.26 | ||
github.com/aws/aws-sdk-go-v2/service/ses v1.25.2 | ||
github.com/aws/aws-sdk-go-v2/service/sns v1.31.3 | ||
github.com/blinkbean/dingtalk v1.1.3 | ||
github.com/bwmarrin/discordgo v0.28.1 | ||
github.com/cschomburg/go-pushbullet v0.0.0-20171206132031-67759df45fbb | ||
github.com/dghubble/oauth1 v0.7.2 | ||
github.com/dghubble/oauth1 v0.7.3 | ||
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible | ||
github.com/line/line-bot-sdk-go v7.8.0+incompatible | ||
github.com/mailgun/mailgun-go/v4 v4.12.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/plivo/plivo-go/v7 v7.45.2 | ||
github.com/plivo/plivo-go/v7 v7.51.0 | ||
github.com/sendgrid/sendgrid-go v3.14.0+incompatible | ||
github.com/silenceper/wechat/v2 v2.1.6 | ||
github.com/slack-go/slack v0.12.3 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.18991 | ||
github.com/slack-go/slack v0.13.0 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/textmagic/textmagic-rest-go-v2/v2 v2.0.23575 | ||
github.com/utahta/go-linenotify v0.5.0 | ||
golang.org/x/sync v0.6.0 | ||
golang.org/x/sync v0.7.0 | ||
) | ||
|
||
require ( | ||
github.com/SherClockHolmes/webpush-go v1.3.0 | ||
github.com/appleboy/go-fcm v0.1.6 | ||
github.com/appleboy/go-fcm v1.2.1 | ||
github.com/drswork/go-twitter v0.0.0-20221107160839-dea1b6ed53d7 | ||
github.com/go-lark/lark v1.14.0 | ||
github.com/go-lark/lark v1.14.1 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/kevinburke/twilio-go v0.0.0-20221122012537-65f3dd7539e2 | ||
maunium.net/go/mautrix v0.16.2 | ||
github.com/kevinburke/twilio-go v0.0.0-20240623211326-c7334b537077 | ||
maunium.net/go/mautrix v0.18.1 | ||
) | ||
|
||
require github.com/golang-jwt/jwt v3.2.2+incompatible // indirect | ||
|
||
require ( | ||
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible | ||
github.com/vartanbeno/go-reddit/v2 v2.0.1 | ||
google.golang.org/api v0.163.0 | ||
google.golang.org/api v0.188.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go/compute v1.23.3 // indirect | ||
cloud.google.com/go/compute/metadata v0.2.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 // indirect | ||
cloud.google.com/go v0.115.0 // indirect | ||
cloud.google.com/go/auth v0.7.1 // indirect | ||
cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect | ||
cloud.google.com/go/compute/metadata v0.5.0 // indirect | ||
cloud.google.com/go/firestore v1.15.0 // indirect | ||
cloud.google.com/go/iam v1.1.11 // indirect | ||
cloud.google.com/go/longrunning v0.5.10 // indirect | ||
cloud.google.com/go/storage v1.43.0 // indirect | ||
firebase.google.com/go/v4 v4.14.1 // indirect | ||
github.com/MicahParks/keyfunc v1.9.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-chi/chi/v5 v5.0.8 // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-chi/chi/v5 v5.1.0 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.16.0 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.0 // indirect | ||
github.com/leodido/go-urn v1.2.4 // indirect | ||
github.com/googleapis/gax-go/v2 v2.12.5 // indirect | ||
github.com/leodido/go-urn v1.4.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/rs/zerolog v1.31.0 // indirect | ||
go.mau.fi/util v0.2.1 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/rs/zerolog v1.33.0 // indirect | ||
go.mau.fi/util v0.5.0 // indirect | ||
go.opencensus.io v0.24.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect | ||
go.opentelemetry.io/otel v1.22.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.22.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.22.0 // indirect | ||
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect | ||
google.golang.org/grpc v1.61.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect | ||
go.opentelemetry.io/otel v1.28.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.28.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.28.0 // indirect | ||
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
google.golang.org/appengine/v2 v2.0.6 // indirect | ||
google.golang.org/genproto v0.0.0-20240711142825-46eb208f015d // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d // indirect | ||
google.golang.org/grpc v1.65.0 // indirect | ||
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect | ||
maunium.net/go/maulogger/v2 v2.4.1 // indirect | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect | ||
github.com/aws/smithy-go v1.19.0 // indirect | ||
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.3 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.22.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect | ||
github.com/aws/smithy-go v1.20.3 // indirect | ||
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 // indirect | ||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dghubble/sling v1.4.0 // indirect | ||
github.com/dghubble/sling v1.4.2 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/go-redis/redis/v8 v8.11.6-0.20220405070650-99c79f7041fc // indirect | ||
github.com/gofrs/uuid v4.2.0+incompatible // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/gofrs/uuid v4.4.0+incompatible // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/gregdel/pushover v1.3.0 | ||
github.com/gorilla/websocket v1.5.3 // indirect | ||
github.com/gregdel/pushover v1.3.1 | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/kevinburke/go-types v0.0.0-20210723172823-2deba1f80ba7 // indirect | ||
github.com/kevinburke/rest v0.0.0-20210506044642-5611499aa33c // indirect | ||
github.com/kevinburke/rest v0.0.0-20240617045629-3ed0ad3487f0 // indirect | ||
github.com/mileusna/viber v1.0.1 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.8.1 // indirect | ||
github.com/sendgrid/rest v2.6.9+incompatible // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/spf13/cast v1.5.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/spf13/cast v1.6.0 // indirect | ||
github.com/stretchr/objx v0.5.2 // indirect | ||
github.com/technoweenie/multipartstreamer v1.0.1 // indirect | ||
github.com/tidwall/gjson v1.17.0 // indirect | ||
github.com/tidwall/gjson v1.17.1 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
github.com/tidwall/sjson v1.2.5 // indirect | ||
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect | ||
github.com/ttacon/libphonenumber v1.2.1 // indirect | ||
golang.org/x/crypto v0.18.0 // indirect | ||
golang.org/x/net v0.20.0 // indirect | ||
golang.org/x/oauth2 v0.16.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/protobuf v1.32.0 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/oauth2 v0.21.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.