-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
19 additions
and
29 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,22 +1,15 @@ | ||
module github.com/muety/telepush | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/justinas/alice v1.2.0 | ||
github.com/leandro-lugaresi/hub v1.1.1 | ||
github.com/mitchellh/mapstructure v1.4.2 | ||
github.com/mitchellh/mapstructure v1.4.3 | ||
github.com/n1try/limiter/v3 v3.5.0 | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/prometheus/common v0.31.1 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
github.com/satori/go.uuid v1.2.0 | ||
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect | ||
github.com/orcaman/concurrent-map v1.0.0 | ||
github.com/prometheus/client_golang v1.12.1 | ||
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
) |
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