Skip to content

Commit

Permalink
feat: add log source to loggers
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Dagelic <[email protected]>
  • Loading branch information
idagelic committed Jun 20, 2024
1 parent 7a589f6 commit 0fa9fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/daytonaio/daytona-provider-docker
go 1.22.2

require (
github.com/daytonaio/daytona v0.19.0
github.com/daytonaio/daytona v0.19.2-0.20240620135326-dd9dda8cc311
github.com/docker/docker v26.1.0+incompatible
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-plugin v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davidmz/go-pageant v1.0.2 h1:bPblRCh5jGU+Uptpz6LgMZGD5hJoOt7otgT454WvHn0=
github.com/davidmz/go-pageant v1.0.2/go.mod h1:P2EDDnMqIwG5Rrp05dTRITj9z2zpGcD9efWSkTNKLIE=
github.com/daytonaio/daytona v0.19.0 h1:jzCIGykCE3lMrAv2nfyHbj7iEAIuGvspPwzB5hL3XGg=
github.com/daytonaio/daytona v0.19.0/go.mod h1:sJ4XQY8omQIW9wn37rtY+gyzxVmE1CupsG4QBD085u0=
github.com/daytonaio/daytona v0.19.2-0.20240620135326-dd9dda8cc311 h1:Ci+9pBGnCraM00PvAK/HOuzthUgMLdDK0C02jV/rSx4=
github.com/daytonaio/daytona v0.19.2-0.20240620135326-dd9dda8cc311/go.mod h1:sJ4XQY8omQIW9wn37rtY+gyzxVmE1CupsG4QBD085u0=
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/docker v26.1.0+incompatible h1:W1G9MPNbskA6VZWL7b3ZljTh0pXI68FpINx0GKaOdaM=
Expand Down

0 comments on commit 0fa9fed

Please sign in to comment.