Skip to content

Commit

Permalink
Rename HopAnnotation2.yaml schema description file (#1110)
Browse files Browse the repository at this point in the history
* Rename schema description file
* Update go ndt-server version
  • Loading branch information
stephen-soltesz authored Apr 4, 2023
1 parent 0e8dec4 commit 92fdd1e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 50 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ require (
github.com/google/gopacket v1.1.19
github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720
github.com/iancoleman/strcase v0.2.0
github.com/kr/pretty v0.2.1
github.com/kr/pretty v0.3.0
github.com/m-lab/etl-gardener v0.0.0-20220706163049-f6a4eced2192
github.com/m-lab/go v0.1.53
github.com/m-lab/ndt-server v0.20.13
github.com/m-lab/ndt-server v0.20.18
github.com/m-lab/tcp-info v1.5.3
github.com/m-lab/traceroute-caller v0.10.1
github.com/m-lab/uuid-annotator v0.4.7
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/client_model v0.2.0
github.com/valyala/gozstd v1.13.0
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
google.golang.org/api v0.84.0
gopkg.in/m-lab/pipe.v3 v3.0.0-20180108231244-604e84f43ee0
)
Expand All @@ -47,12 +47,13 @@ require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/m-lab/annotation-service v0.0.0-20210713124633-fa227b3d5b2f // indirect
github.com/m-lab/uuid v1.0.0 // indirect
github.com/m-lab/uuid v1.0.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/oschwald/geoip2-golang v1.7.0 // indirect
github.com/oschwald/maxminddb-golang v1.9.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/rogpeppe/go-internal v1.6.1 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20220615171555-694bf12d69de // indirect
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
Expand All @@ -64,4 +65,5 @@ require (
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
)
Loading

0 comments on commit 92fdd1e

Please sign in to comment.