Skip to content

Commit

Permalink
refactor: preset targets
Browse files Browse the repository at this point in the history
Signed-off-by: Toma Puljak <[email protected]>
  • Loading branch information
Tpuljak committed Oct 18, 2024
1 parent c0d1425 commit bec1d04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.23.0
replace github.com/docker/go-connections => github.com/docker/go-connections v0.4.0

require (
github.com/daytonaio/daytona v0.38.0
github.com/daytonaio/daytona v0.39.1-0.20241018105027-7a7d763f6582
github.com/docker/docker v27.2.0+incompatible
github.com/google/uuid v1.6.0
github.com/hashicorp/go-hclog v1.6.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,8 @@ github.com/davidmz/go-pageant v1.0.2 h1:bPblRCh5jGU+Uptpz6LgMZGD5hJoOt7otgT454Wv
github.com/davidmz/go-pageant v1.0.2/go.mod h1:P2EDDnMqIwG5Rrp05dTRITj9z2zpGcD9efWSkTNKLIE=
github.com/daytonaio/daytona v0.38.0 h1:T5EkDP8jf6GRPVHIExmfFLnNVunyjgobtcze4bdjmV8=
github.com/daytonaio/daytona v0.38.0/go.mod h1:ZZ+sA66/4715zoWUbtpjNb2VfueJ8uHxCZAayUhDzAw=
github.com/daytonaio/daytona v0.39.1-0.20241018105027-7a7d763f6582 h1:MUGKeW7eccp0fQJF2pBpinFPOz668pj2j5dXviAvbNU=
github.com/daytonaio/daytona v0.39.1-0.20241018105027-7a7d763f6582/go.mod h1:ZZ+sA66/4715zoWUbtpjNb2VfueJ8uHxCZAayUhDzAw=
github.com/dblohm7/wingoes v0.0.0-20240123200102-b75a8a7d7eb0 h1:vrC07UZcgPzu/OjWsmQKMGg3LoPSz9jh/pQXIrHjUj4=
github.com/dblohm7/wingoes v0.0.0-20240123200102-b75a8a7d7eb0/go.mod h1:Nx87SkVqTKd8UtT+xu7sM/l+LgXs6c0aHrlKusR+2EQ=
github.com/digitalocean/go-smbios v0.0.0-20180907143718-390a4f403a8e h1:vUmf0yezR0y7jJ5pceLHthLaYf4bA5T14B6q39S4q2Q=
Expand Down
2 changes: 1 addition & 1 deletion pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (p *DigitalOceanProvider) GetTargetManifest() (*provider.ProviderTargetMani
return types.GetTargetManifest(), nil
}

func (p *DigitalOceanProvider) GetDefaultTargets() (*[]provider.ProviderTarget, error) {
func (p *DigitalOceanProvider) GetPresetTargets() (*[]provider.ProviderTarget, error) {
return &[]provider.ProviderTarget{}, nil
}

Expand Down

0 comments on commit bec1d04

Please sign in to comment.