diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 15:43:10 +0400 | 
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 15:43:10 +0400 | 
| commit | 0f90d0f3d30a728457e6bc5c4d1d933a8014e099 (patch) | |
| tree | b1468081a32546e8d01fba622f978cdd326cf6fd /go.mod | |
| parent | 277f38bbe89e4db57b73a4e28bf1be2f5c50ce27 (diff) | |
new build system
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 25 | 
1 files changed, 2 insertions, 23 deletions
@@ -4,30 +4,9 @@ go 1.16  require (  	github.com/Jeffail/gabs v1.4.0 -	github.com/Microsoft/go-winio v0.5.1 // indirect -	github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7 // indirect -	github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect -	github.com/alicebob/miniredis v2.5.0+incompatible  	github.com/alicebob/miniredis/v2 v2.23.1 -	github.com/cespare/xxhash/v2 v2.1.2 // indirect -	github.com/go-git/go-git/v5 v5.4.2 -	github.com/gomodule/redigo v1.8.9 // indirect -	github.com/kevinburke/ssh_config v1.1.0 // indirect -	github.com/mattn/go-runewidth v0.0.13 // indirect -	github.com/nats-io/gnatsd v1.4.1 // indirect -	github.com/nats-io/nats-server v1.4.1  	github.com/nats-io/nats-server/v2 v2.9.10 -	github.com/nats-io/nats-streaming-server v0.25.2 -	github.com/nats-io/nuid v1.0.1 // indirect -	github.com/olekukonko/tablewriter v0.0.5 -	github.com/prometheus/client_golang v1.11.0 -	github.com/prometheus/common v0.31.1 // indirect -	github.com/rs/zerolog v1.25.0 -	github.com/sergi/go-diff v1.2.0 // indirect -	github.com/spf13/cobra v1.2.1 -	github.com/xanzy/ssh-agent v0.3.1 // indirect  	github.com/yuin/gopher-lua v1.0.0 // indirect -	golang.org/x/text v0.3.7 // indirect -	google.golang.org/genproto v0.0.0-20211016002631-37fc39342514 // indirect -	google.golang.org/grpc v1.41.0 +	golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 // indirect +	golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect  )  | 
