Skip to content
Open
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/mrmeku/angular-kythe-ui
require (
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/google/zoekt v0.0.0-20181210185712-6051a18956be
golang.org/x/net v0.0.0-20181220204955-927f97764cc3
golang.org/x/net v0.7.0
golang.org/x/sync v0.0.0-20181221204124-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20181221145928-b4a75ba826a6 // indirect
)