-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
459 additions
and
336 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"go.toolsEnvVars": { | ||
"GO111MODULE": "on" | ||
} | ||
"go.docsTool": "gogetdoc" | ||
} |
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
This file was deleted.
Oops, something went wrong.
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,40 +1,30 @@ | ||
module mediagui | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/go-log/log v0.1.0 // indirect | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/hashicorp/consul v1.3.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect | ||
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90 // indirect | ||
github.com/hashicorp/serf v0.8.1 // indirect | ||
github.com/jbrodriguez/actor v0.0.0-20170412170624-fa646545c8f3 | ||
github.com/jbrodriguez/go-tmdb v0.0.0-20151103115148-c1c9b4a6a2a8 | ||
github.com/jbrodriguez/mlog v0.0.0-20180805173533-cbd5ae8e9c53 | ||
github.com/jbrodriguez/pubsub v0.0.0-20170412143127-17eb44fbbab7 | ||
github.com/jmcvetta/napping v3.2.0+incompatible // indirect | ||
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff // indirect | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/labstack/echo v3.2.1+incompatible | ||
github.com/labstack/gommon v0.2.7 // indirect | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/mattn/go-sqlite3 v1.9.0 | ||
github.com/micro/cli v0.0.0-20180830071301-8b9d33ec2f19 // indirect | ||
github.com/micro/go-log v0.0.0-20170512141327-cbfa9447f9b6 // indirect | ||
github.com/micro/go-micro v0.12.0 | ||
github.com/micro/go-rcache v0.0.0-20180418165751-a581a57b5133 // indirect | ||
github.com/micro/mdns v0.0.0-20160929165650-cdf30746f9f7 // indirect | ||
github.com/micro/util v0.0.0-20180417104657-4b7ed83e8520 // indirect | ||
github.com/miekg/dns v1.0.13 // indirect | ||
github.com/mitchellh/go-homedir v1.0.0 // indirect | ||
github.com/mitchellh/hashstructure v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/namsral/flag v1.7.4-pre | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | ||
github.com/pborman/uuid v1.2.0 // indirect | ||
github.com/pkg/errors v0.8.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/testify v1.2.2 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect | ||
golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941 // indirect | ||
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 | ||
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect | ||
google.golang.org/grpc v1.17.0 | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
) |
Oops, something went wrong.