diff --git a/publisher/go.mod b/publisher/go.mod index bfc1d23..b071273 100644 --- a/publisher/go.mod +++ b/publisher/go.mod @@ -4,7 +4,7 @@ go 1.23.4 require ( github.com/Masterminds/sprig/v3 v3.3.0 - github.com/PingCAP-QE/ee-apps/dl v0.0.0-20241104081507-4ebce35328e3 + github.com/PingCAP-QE/ee-apps/dl v0.0.0-20241217114133-492a0b15d116 github.com/cloudevents/sdk-go/v2 v2.15.2 github.com/go-redis/redis/v8 v8.11.5 github.com/go-redsync/redsync/v4 v4.13.0 @@ -14,11 +14,12 @@ require ( goa.design/clue v1.0.7 goa.design/goa/v3 v3.19.1 goa.design/plugins/v3 v3.19.1 - golang.org/x/mod v0.21.0 gopkg.in/yaml.v3 v3.0.1 oras.land/oras-go/v2 v2.5.0 ) +require golang.org/x/mod v0.21.0 // indirect + require ( dario.cat/mergo v1.0.1 // indirect github.com/Masterminds/goutils v1.1.1 // indirect diff --git a/publisher/go.sum b/publisher/go.sum index f14dab4..5528e55 100644 --- a/publisher/go.sum +++ b/publisher/go.sum @@ -6,8 +6,8 @@ github.com/Masterminds/semver/v3 v3.3.0 h1:B8LGeaivUe71a5qox1ICM/JLl0NqZSW5CHyL+ github.com/Masterminds/semver/v3 v3.3.0/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM= github.com/Masterminds/sprig/v3 v3.3.0 h1:mQh0Yrg1XPo6vjYXgtf5OtijNAKJRNcTdOOGZe3tPhs= github.com/Masterminds/sprig/v3 v3.3.0/go.mod h1:Zy1iXRYNqNLUolqCpL4uhk6SHUMAOSCzdgBfDb35Lz0= -github.com/PingCAP-QE/ee-apps/dl v0.0.0-20241104081507-4ebce35328e3 h1:lB5LmXyMZObiuqS7Q0nFMva3Y/LKuOFX+3MHSWWJqLo= -github.com/PingCAP-QE/ee-apps/dl v0.0.0-20241104081507-4ebce35328e3/go.mod h1:4Q9Ns8T4rU7dlZng4fLe9qwSWlB4rjFD7Egpip1kI38= +github.com/PingCAP-QE/ee-apps/dl v0.0.0-20241217114133-492a0b15d116 h1:PtTq95t3+0DUR9Ii2xQoYlTcLfv/J4BKGJmhHObTLxY= +github.com/PingCAP-QE/ee-apps/dl v0.0.0-20241217114133-492a0b15d116/go.mod h1:4Q9Ns8T4rU7dlZng4fLe9qwSWlB4rjFD7Egpip1kI38= github.com/aws/smithy-go v1.22.0 h1:uunKnWlcoL3zO7q+gG2Pk53joueEOsnNB28QdMsmiMM= github.com/aws/smithy-go v1.22.0/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=