Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions code/lesson-30/notes-backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@ module learn-cljs.com/notes
go 1.15

require (
github.com/0xAX/notificator v0.0.0-20191016112426-3962a5ea8da1 // indirect
github.com/blevesearch/bleve v1.0.14
github.com/codegangsta/envy v0.0.0-20141216192214-4b78388c8ce4 // indirect
github.com/codegangsta/gin v0.0.0-20171026143024-cafe2ce98974 // indirect
github.com/dgraph-io/badger/v2 v2.2007.2
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/cors v1.1.1
github.com/go-chi/render v1.0.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/magiconair/properties v1.8.2 // indirect
github.com/mattn/go-shellwords v1.0.10 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.3
github.com/mitchellh/mapstructure v1.3.3 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/spf13/afero v1.3.4 // indirect
github.com/spf13/cast v1.3.1 // indirect
Expand All @@ -26,7 +20,6 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/ini.v1 v1.60.2 // indirect
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
)
Loading