File tree Expand file tree Collapse file tree
connectors/ACCESS/AMIE-Processor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ go 1.24.0
44
55require (
66 github.com/go-sql-driver/mysql v1.8.1
7+ github.com/golang-migrate/migrate/v4 v4.19.1
78 github.com/google/uuid v1.6.0
89 github.com/jmoiron/sqlx v1.4.0
910 github.com/prometheus/client_golang v1.20.5
@@ -14,11 +15,10 @@ require (
1415)
1516
1617require (
17- filippo.io/edwards25519 v1.1.0 // indirect
18+ filippo.io/edwards25519 v1.1.1 // indirect
1819 github.com/beorn7/perks v1.0.1 // indirect
1920 github.com/cespare/xxhash/v2 v2.3.0 // indirect
2021 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
21- github.com/golang-migrate/migrate/v4 v4.19.1 // indirect
2222 github.com/klauspost/compress v1.17.9 // indirect
2323 github.com/kr/text v0.2.0 // indirect
2424 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -29,6 +29,4 @@ require (
2929 golang.org/x/sys v0.38.0 // indirect
3030)
3131
32- replace (
33- github.com/apache/airavata-custos/core/accountprovisioning => ../core/accountprovisioning
34- )
32+ replace github.com/apache/airavata-custos/core/accountprovisioning => ../core/accountprovisioning
Original file line number Diff line number Diff line change 11filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA =
22filippo.io/edwards25519 v1.1.0 /go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4 =
3+ filippo.io/edwards25519 v1.1.1 h1:YpjwWWlNmGIDyXOn8zLzqiD+9TyIlPhGFG96P39uBpw =
4+ filippo.io/edwards25519 v1.1.1 /go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4 =
35github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0 =
46github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 /go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E =
57github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY =
You can’t perform that action at this time.
0 commit comments