-
Notifications
You must be signed in to change notification settings - Fork 1
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
戚辅光
committed
Mar 15, 2022
1 parent
69e988f
commit 91afc8c
Showing
5 changed files
with
438 additions
and
2 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
*.dll | ||
*.so | ||
*.dylib | ||
.idea | ||
|
||
# Test binary, built with `go test -c` | ||
*.test | ||
|
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,2 +1,3 @@ | ||
# gohangout-out-zinc | ||
gohangout zinc输出插件 | ||
# gohangout-zinc-plugin | ||
|
||
gohangout zinc output plugin |
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,33 @@ | ||
module gohangout-zinc-plugin | ||
|
||
go 1.17 | ||
|
||
require ( | ||
github.com/childe/gohangout v1.8.1 | ||
github.com/golang/glog v1.0.0 | ||
gopkg.in/resty.v1 v1.12.0 | ||
) | ||
|
||
require ( | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.1 // indirect | ||
github.com/Masterminds/sprig/v3 v3.2.2 // indirect | ||
github.com/beorn7/perks v1.0.0 // indirect | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/huandu/xstrings v1.3.1 // indirect | ||
github.com/imdario/mergo v0.3.11 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.0 // indirect | ||
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852 // indirect | ||
github.com/prometheus/client_golang v0.9.3 // indirect | ||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect | ||
github.com/prometheus/common v0.4.0 // indirect | ||
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 // indirect | ||
github.com/shopspring/decimal v1.2.0 // indirect | ||
github.com/spf13/cast v1.4.1 // indirect | ||
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 // indirect | ||
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect | ||
) |
Oops, something went wrong.