Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ATC/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ require (
github.com/gorilla/mux v1.8.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/rs/zerolog v1.26.0
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.7.1
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gorm.io/driver/postgres v1.2.2
gorm.io/driver/sqlite v1.2.6
Expand Down
248 changes: 213 additions & 35 deletions ATC/go.sum

Large diffs are not rendered by default.

12 changes: 1 addition & 11 deletions Radar/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,11 @@ go 1.13

require (
github.com/ARMmaster17/Captain/CaptainLib v0.0.0-00010101000000-000000000000
github.com/gin-contrib/multitemplate v0.0.0-20210428235909-8a2f6dd269a0 // indirect
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/validator/v10 v10.6.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hexdigest/gounit v0.0.0-20180817093830-f1874d3307cb // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0 // indirect
github.com/spf13/viper v1.9.0
github.com/spf13/viper v1.12.0
github.com/ugorji/go v1.2.6 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/tools v0.1.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace github.com/ARMmaster17/Captain/CaptainLib => ../CaptainLib
Loading