-
Notifications
You must be signed in to change notification settings - Fork 6
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
3 changed files
with
383 additions
and
239 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
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,18 +1,52 @@ | ||
module resenje.org/web | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/gorilla/handlers v1.5.1 | ||
github.com/lucas-clemente/quic-go v0.20.1 | ||
github.com/prometheus/client_golang v1.10.0 | ||
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b | ||
golang.org/x/net v0.0.0-20210502030024-e5908800b52b | ||
google.golang.org/grpc v1.37.0 | ||
github.com/lucas-clemente/quic-go v0.25.0 | ||
github.com/prometheus/client_golang v1.12.1 | ||
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70 | ||
golang.org/x/net v0.0.0-20220225172249-27dd8689420f | ||
google.golang.org/grpc v1.45.0 | ||
resenje.org/email v0.1.3 | ||
resenje.org/jsonhttp v0.2.0 | ||
resenje.org/logging v0.1.7 | ||
resenje.org/recovery v0.1.1 | ||
resenje.org/x v0.2.4 | ||
resenje.org/x v0.3.5 | ||
) | ||
|
||
require ( | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/cheekybits/genny v1.0.0 // indirect | ||
github.com/felixge/httpsnoop v1.0.2 // indirect | ||
github.com/fsnotify/fsnotify v1.5.1 // indirect | ||
github.com/go-task/slim-sprig v2.20.0+incompatible // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/marten-seemann/qpack v0.2.1 // indirect | ||
github.com/marten-seemann/qtls-go1-16 v0.1.4 // indirect | ||
github.com/marten-seemann/qtls-go1-17 v0.1.0 // indirect | ||
github.com/marten-seemann/qtls-go1-18 v0.1.0-beta.1 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.32.1 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
golang.org/x/mod v0.5.1 // indirect | ||
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/tools v0.1.9 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect | ||
gopkg.in/mail.v2 v2.3.1 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
) |
Oops, something went wrong.