-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#124 Create plots from "PlotConfig.json" when loading configuration
- Loading branch information
eidekrist
committed
Dec 19, 2019
1 parent
12ebc6c
commit c66ba7c
Showing
5 changed files
with
156 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
module cse-server-go | ||
|
||
require ( | ||
github.com/gobuffalo/packr v1.22.0 | ||
github.com/gobuffalo/buffalo-plugins v1.11.0 // indirect | ||
github.com/gobuffalo/meta v0.0.0-20190120163247-50bbb1fa260d // indirect | ||
github.com/gobuffalo/packr v1.30.1 | ||
github.com/gobuffalo/syncx v0.0.0-20181120194010-558ac7de985f // indirect | ||
github.com/gorilla/mux v1.7.0 | ||
github.com/gorilla/websocket v1.4.0 | ||
github.com/kr/pty v1.1.3 // indirect | ||
github.com/markbates/deplist v1.0.5 // indirect | ||
github.com/spf13/afero v1.2.0 // indirect | ||
github.com/ugorji/go/codec v1.1.7 | ||
) |
Oops, something went wrong.