diff options
| author | Christine Dodrill <me@christine.website> | 2019-05-25 06:30:28 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-05-25 06:30:28 -0400 |
| commit | a61b29cfa5b36643d6c3b86efbc3b157681d2454 (patch) | |
| tree | e28b4d26c441088a7ebf8678e8208fad14abd481 /go.mod | |
| parent | 901a870769598144b16ae04f2372a9a7df5c9ea8 (diff) | |
| download | xesite-a61b29cfa5b36643d6c3b86efbc3b157681d2454.tar.xz xesite-a61b29cfa5b36643d6c3b86efbc3b157681d2454.zip | |
go mod tidy
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,22 +1,20 @@ module christine.website/v1 require ( - github.com/celrenheit/sandflake v0.0.0-20171226210037-92cb626f32dc - github.com/golang/protobuf v1.3.1 // indirect + github.com/celrenheit/sandflake v0.0.0-20190410195419-50a943690bc2 github.com/gorilla/feeds v1.1.1 github.com/kr/pretty v0.1.0 // indirect github.com/pkg/errors v0.8.1 // indirect github.com/povilasv/prommod v0.0.11 github.com/prometheus/client_golang v0.9.3 - github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect - github.com/prometheus/common v0.2.0 // indirect - github.com/prometheus/procfs v0.0.0-20190328153300-af7bedc223fb // indirect + github.com/prometheus/common v0.4.1 // indirect + github.com/prometheus/procfs v0.0.0-20190523193104-a7aeb8df3389 // indirect github.com/russross/blackfriday v2.0.0+incompatible github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35 github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect github.com/snabb/sitemap v1.0.0 github.com/stretchr/testify v1.3.0 - golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect + golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 within.website/ln v0.5.2 |
