Skip to content

Commit 278a33d

Browse files
author
Zhengyi Lai
committed
Update go.mod
Signed-off-by: Zhengyi Lai <[email protected]>
1 parent d704ee6 commit 278a33d

File tree

6 files changed

+231
-179
lines changed

6 files changed

+231
-179
lines changed

etcdv3/go.mod

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

etcdv3/go.sum

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

go.mod

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,37 @@
1-
// Copyright 2018 The OpenPitrix Authors. All rights reserved.
2-
// Use of this source code is governed by a Apache license
3-
// that can be found in the LICENSE file.
4-
51
module openpitrix.io/libconfd
62

3+
go 1.13
4+
75
require (
86
github.com/BurntSushi/toml v0.3.1
9-
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e
7+
github.com/coreos/bbolt v1.3.3 // indirect
8+
github.com/coreos/etcd v3.3.17+incompatible
9+
github.com/coreos/go-semver v0.3.0 // indirect
10+
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
11+
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
12+
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
13+
github.com/gogo/protobuf v1.3.1 // indirect
14+
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
15+
github.com/google/btree v1.0.0 // indirect
16+
github.com/google/uuid v1.1.1 // indirect
17+
github.com/gorilla/websocket v1.4.1 // indirect
18+
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
19+
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
20+
github.com/grpc-ecosystem/grpc-gateway v1.11.3 // indirect
21+
github.com/jonboulle/clockwork v0.1.0 // indirect
22+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
23+
github.com/modern-go/reflect2 v1.0.1 // indirect
24+
github.com/prometheus/client_golang v1.1.0 // indirect
25+
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
26+
github.com/soheilhy/cmux v0.1.4 // indirect
27+
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
28+
github.com/urfave/cli v1.22.1
29+
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
30+
go.etcd.io/bbolt v1.3.3 // indirect
31+
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
32+
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
33+
google.golang.org/appengine v1.4.0 // indirect
34+
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect
35+
google.golang.org/grpc v1.24.0 // indirect
36+
sigs.k8s.io/yaml v1.1.0 // indirect
1037
)

0 commit comments

Comments
 (0)