Skip to content

Commit dcb6a1f

Browse files
committed
release package
1 parent a273958 commit dcb6a1f

File tree

2 files changed

+1
-194
lines changed

2 files changed

+1
-194
lines changed

go.mod

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
module goconsul
1+
module github.com/pingostack/goconsul
22

33
go 1.17
4-
5-
require (
6-
github.com/gogf/gf v1.16.6
7-
github.com/hashicorp/consul/api v1.12.0
8-
)
9-
10-
require (
11-
github.com/BurntSushi/toml v0.3.1 // indirect
12-
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
13-
github.com/clbanning/mxj v1.8.5-0.20200714211355-ff02cfb8ea28 // indirect
14-
github.com/fatih/color v1.12.0 // indirect
15-
github.com/fsnotify/fsnotify v1.4.9 // indirect
16-
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
17-
github.com/hashicorp/go-hclog v0.12.0 // indirect
18-
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
19-
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
20-
github.com/hashicorp/golang-lru v0.5.0 // indirect
21-
github.com/hashicorp/serf v0.9.6 // indirect
22-
github.com/mattn/go-colorable v0.1.8 // indirect
23-
github.com/mattn/go-isatty v0.0.12 // indirect
24-
github.com/mitchellh/go-homedir v1.1.0 // indirect
25-
github.com/mitchellh/mapstructure v1.1.2 // indirect
26-
go.opentelemetry.io/otel v1.0.0-RC2 // indirect
27-
go.opentelemetry.io/otel/trace v1.0.0-RC2 // indirect
28-
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
29-
golang.org/x/text v0.3.6 // indirect
30-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
31-
)

go.sum

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)