Skip to content

Commit

Permalink
Merge pull request #58 from nlnwa/cleanup-dependency
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Avokadoen authored Mar 31, 2022
2 parents bbdebd0 + 324d809 commit b008d0e
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 84 deletions.
28 changes: 20 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,29 @@ module github.com/nlnwa/gowarcserver
go 1.16

require (
github.com/bits-and-blooms/bitset v1.2.1 // indirect
github.com/bits-and-blooms/bloom/v3 v3.1.0
github.com/bits-and-blooms/bitset v1.2.2 // indirect
github.com/bits-and-blooms/bloom/v3 v3.2.0
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/fsnotify/fsnotify v1.4.9
github.com/felixge/httpsnoop v1.0.2 // indirect
github.com/fsnotify/fsnotify v1.5.1
github.com/golang/glog v1.0.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v2.0.6+incompatible // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/handlers v1.5.1
github.com/julienschmidt/httprouter v1.3.0
github.com/mitchellh/mapstructure v1.4.1
github.com/klauspost/compress v1.15.1 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mitchellh/mapstructure v1.4.3
github.com/nlnwa/gowarc v1.0.0-beta.3
github.com/nlnwa/whatwg-url v0.1.0
github.com/nlnwa/whatwg-url v0.1.1
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/rs/zerolog v1.26.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
google.golang.org/protobuf v1.27.1
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.10.1
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
google.golang.org/protobuf v1.28.0
gopkg.in/ini.v1 v1.66.4 // indirect
)
Loading

0 comments on commit b008d0e

Please sign in to comment.