Skip to content

Commit

Permalink
Add package server
Browse files Browse the repository at this point in the history
  • Loading branch information
janos committed Jul 21, 2019
1 parent 0fb0203 commit 4f0cd7e
Show file tree
Hide file tree
Showing 5 changed files with 648 additions and 137 deletions.
49 changes: 21 additions & 28 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,36 +1,29 @@
module resenje.org/web

go 1.12

require (
cloud.google.com/go v0.37.4 // indirect
github.com/golang/protobuf v1.3.1
github.com/google/btree v1.0.0 // indirect
github.com/google/go-cmp v0.3.0 // indirect
github.com/google/pprof v0.0.0-20190404155422-f8f10df84213 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/pty v1.1.4 // indirect
github.com/lucas-clemente/quic-go v0.11.1
github.com/golang/mock v1.3.1 // indirect
github.com/golang/protobuf v1.3.2
github.com/gorilla/handlers v1.4.1
github.com/lucas-clemente/quic-go v0.11.2
github.com/marten-seemann/qtls v0.3.2 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/tdewolff/minify/v2 v2.4.0
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
golang.org/x/exp v0.0.0-20190429183610-475c5042d3f1 // indirect
golang.org/x/image v0.0.0-20190424155947-59b11bec70c7 // indirect
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
github.com/prometheus/client_golang v1.0.0
github.com/tdewolff/minify/v2 v2.5.1
github.com/tdewolff/test v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
golang.org/x/tools v0.0.0-20190430161608-08ecc9edd986 // indirect
google.golang.org/api v0.4.0 // indirect
google.golang.org/appengine v1.5.0 // indirect
google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb // indirect
google.golang.org/grpc v1.20.1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a // indirect
resenje.org/logging v0.1.3
google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610 // indirect
google.golang.org/grpc v1.22.0
gopkg.in/mail.v2 v2.3.1 // indirect
resenje.org/email v0.1.2
resenje.org/jsonresponse v0.1.2
resenje.org/logging v0.1.5
resenje.org/marshal v0.1.1
resenje.org/recovery v0.1.1
resenje.org/x v0.2.3
)
Loading

0 comments on commit 4f0cd7e

Please sign in to comment.