This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
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
1 parent
876bf53
commit 198a1de
Showing
2 changed files
with
24 additions
and
1 deletion.
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,6 +1,6 @@ | ||
language: go | ||
go: | ||
- 1.7.x | ||
- 1.13.x | ||
install: go get -v -t | ||
script: | ||
- go generate ./web | ||
|
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
module github.com/openatx/wdaproxy | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/codeskyblue/muuid v0.0.0-20170401091614-44f8dfd4b3a9 | ||
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 | ||
github.com/gobuild/log v1.0.0 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/mash/go-accesslog v1.2.0 | ||
github.com/ogier/pflag v0.0.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/qiniu/log v0.0.0-00010101000000-000000000000 // indirect | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect | ||
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 | ||
github.com/stretchr/testify v1.6.1 // indirect | ||
golang.org/x/tools v0.0.0-20201121010211-780cb80bd7fb // indirect | ||
howett.net/plist v0.0.0-20201026045517-117a925f2150 | ||
) | ||
|
||
replace github.com/qiniu/log => github.com/gobuild/log v0.1.0 |