Skip to content

Commit

Permalink
Update go modules, README
Browse files Browse the repository at this point in the history
  • Loading branch information
jecklgamis committed Jun 21, 2023
1 parent 2312aa2 commit d072495
Show file tree
Hide file tree
Showing 3 changed files with 1,360 additions and 270 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Heads up: this is currently in alpha testing but feel free to try the latest Doc
Start the server using the Docker image available from Docker Hub:

```bash
docker run -it -p 58080:58080 jecklgamis/gatling-server:latest
docker run -it -p 58080:58080 jecklgamis/gatling-server:main
```

Ensure it's up by hitting the `/buildInfo` endpoint:
Expand Down
20 changes: 5 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,10 @@ module github.com/jecklgamis/gatling-server
go 1.12

require (
github.com/aws/aws-sdk-go v1.36.19
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/google/uuid v1.1.2
github.com/aws/aws-sdk-go v1.44.287
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.14.8 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/spf13/viper v1.7.1
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/mobile v0.0.0-20190806162312-597adff16ade // indirect
golang.org/x/tools v0.1.0 // indirect
google.golang.org/grpc v1.31.1 // indirect
gopkg.in/resty.v1 v1.12.0 // indirect
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2 // indirect
github.com/spf13/viper v1.16.0
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
)
Loading

0 comments on commit d072495

Please sign in to comment.