Skip to content

Commit 92fdd1e

Browse files
Rename HopAnnotation2.yaml schema description file (#1110)
* Rename schema description file * Update go ndt-server version
1 parent 0e8dec4 commit 92fdd1e

File tree

3 files changed

+20
-50
lines changed

3 files changed

+20
-50
lines changed

go.mod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ require (
1212
github.com/google/gopacket v1.1.19
1313
github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720
1414
github.com/iancoleman/strcase v0.2.0
15-
github.com/kr/pretty v0.2.1
15+
github.com/kr/pretty v0.3.0
1616
github.com/m-lab/etl-gardener v0.0.0-20220706163049-f6a4eced2192
1717
github.com/m-lab/go v0.1.53
18-
github.com/m-lab/ndt-server v0.20.13
18+
github.com/m-lab/ndt-server v0.20.18
1919
github.com/m-lab/tcp-info v1.5.3
2020
github.com/m-lab/traceroute-caller v0.10.1
2121
github.com/m-lab/uuid-annotator v0.4.7
2222
github.com/prometheus/client_golang v1.13.0
2323
github.com/prometheus/client_model v0.2.0
2424
github.com/valyala/gozstd v1.13.0
25-
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
25+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
2626
google.golang.org/api v0.84.0
2727
gopkg.in/m-lab/pipe.v3 v3.0.0-20180108231244-604e84f43ee0
2828
)
@@ -47,12 +47,13 @@ require (
4747
github.com/gorilla/websocket v1.5.0 // indirect
4848
github.com/kr/text v0.2.0 // indirect
4949
github.com/m-lab/annotation-service v0.0.0-20210713124633-fa227b3d5b2f // indirect
50-
github.com/m-lab/uuid v1.0.0 // indirect
50+
github.com/m-lab/uuid v1.0.1 // indirect
5151
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
5252
github.com/oschwald/geoip2-golang v1.7.0 // indirect
5353
github.com/oschwald/maxminddb-golang v1.9.0 // indirect
5454
github.com/prometheus/common v0.37.0 // indirect
5555
github.com/prometheus/procfs v0.8.0 // indirect
56+
github.com/rogpeppe/go-internal v1.6.1 // indirect
5657
go.opencensus.io v0.23.0 // indirect
5758
golang.org/x/net v0.0.0-20220615171555-694bf12d69de // indirect
5859
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
@@ -64,4 +65,5 @@ require (
6465
google.golang.org/grpc v1.47.0 // indirect
6566
google.golang.org/protobuf v1.28.1 // indirect
6667
gopkg.in/yaml.v2 v2.4.0 // indirect
68+
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
6769
)

0 commit comments

Comments
 (0)