Skip to content

Commit

Permalink
Update xk6-websockets and xk6-timers versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade committed Aug 19, 2022
1 parent b89a3aa commit 75faf20
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 18 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require (
github.com/golang/protobuf v1.5.2
github.com/gorilla/websocket v1.5.0
github.com/grafana/xk6-redis v0.1.1
github.com/grafana/xk6-timers v0.1.1
github.com/grafana/xk6-websockets v0.1.1
github.com/grafana/xk6-timers v0.1.2
github.com/grafana/xk6-websockets v0.1.3
github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc
github.com/jhump/protoreflect v1.12.0
github.com/klauspost/compress v1.15.7
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWm
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/grafana/xk6-redis v0.1.1 h1:rvWnLanRB2qzDwuY6NMBe6PXei3wJ3kjYvfCwRJ+q+8=
github.com/grafana/xk6-redis v0.1.1/go.mod h1:z7el1Tz8advY+ex419KfLbENzSQYgaA2lQYwMlt9yMM=
github.com/grafana/xk6-timers v0.1.1 h1:Hd1i7B4ihP9CZZHl423c4iRzeXjy0e405QK2fN7PA/M=
github.com/grafana/xk6-timers v0.1.1/go.mod h1:XHmDIXAKe30NJMXrxKIKMFXx98etsCl0jBYktjsSURc=
github.com/grafana/xk6-websockets v0.1.1 h1:vKp3chmRYIea+Zh+trWKAADfpc28YppMxEMF837vDr0=
github.com/grafana/xk6-websockets v0.1.1/go.mod h1:s701X8YdUDq7zgCdorbO74ZWhodorNxTSembb2dkjvA=
github.com/grafana/xk6-timers v0.1.2 h1:YVM6hPDgvy4SkdZQpd+/r9M0kDi1g+QdbSxW5ClfwDk=
github.com/grafana/xk6-timers v0.1.2/go.mod h1:XHmDIXAKe30NJMXrxKIKMFXx98etsCl0jBYktjsSURc=
github.com/grafana/xk6-websockets v0.1.3 h1:x9gn1++FHh5Bd6OGCpDqAz2I+cK+/SYxw+Pu+z6owSU=
github.com/grafana/xk6-websockets v0.1.3/go.mod h1:s701X8YdUDq7zgCdorbO74ZWhodorNxTSembb2dkjvA=
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
Expand Down
4 changes: 1 addition & 3 deletions vendor/github.com/grafana/xk6-timers/timers/timers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 18 additions & 7 deletions vendor/github.com/grafana/xk6-websockets/websockets/websockets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ github.com/gorilla/websocket
# github.com/grafana/xk6-redis v0.1.1
## explicit; go 1.17
github.com/grafana/xk6-redis/redis
# github.com/grafana/xk6-timers v0.1.1
# github.com/grafana/xk6-timers v0.1.2
## explicit; go 1.17
github.com/grafana/xk6-timers/timers
# github.com/grafana/xk6-websockets v0.1.1
# github.com/grafana/xk6-websockets v0.1.3
## explicit; go 1.17
github.com/grafana/xk6-websockets/websockets
# github.com/inconshreveable/mousetrap v1.0.0
Expand Down

0 comments on commit 75faf20

Please sign in to comment.