-
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
2 changed files
with
39 additions
and
13 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,27 @@ | ||
module resenje.org/web | ||
|
||
require ( | ||
github.com/bifurcation/mint v0.0.0-20180715133206-93c51c6ce115 // indirect | ||
github.com/bifurcation/mint v0.0.0-20190129141059-83ba9bc2ead9 // indirect | ||
github.com/cheekybits/genny v1.0.0 // indirect | ||
github.com/golang/mock v1.2.0 // indirect | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/hashicorp/golang-lru v0.5.0 // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect | ||
github.com/lucas-clemente/quic-go v0.10.0 | ||
github.com/lucas-clemente/quic-go v0.10.1 | ||
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect | ||
github.com/onsi/gomega v1.4.2 // indirect | ||
github.com/onsi/ginkgo v1.7.0 // indirect | ||
github.com/onsi/gomega v1.4.3 // indirect | ||
github.com/tdewolff/minify/v2 v2.3.8 | ||
golang.org/x/crypto v0.0.0-20181025213731-e84da0312774 // indirect | ||
golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519 | ||
golang.org/x/crypto v0.0.0-20190128193316-c7b33c32a30b // indirect | ||
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 | ||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect | ||
golang.org/x/sys v0.0.0-20190129075346-302c3dd5f1cc // indirect | ||
google.golang.org/genproto v0.0.0-20181016170114-94acd270e44e // indirect | ||
google.golang.org/grpc v1.16.0 | ||
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect | ||
google.golang.org/genproto v0.0.0-20190128161407-8ac453e89fca // indirect | ||
google.golang.org/grpc v1.18.0 | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
resenje.org/logging v0.1.3 | ||
resenje.org/marshal v0.1.1 | ||
) |
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