Skip to content

Commit

Permalink
Upgrade tools (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
outofforest authored Aug 27, 2024
1 parent 66ddb6c commit f8dfbab
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build/cmd/builder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"github.com/outofforest/build/v2"
"github.com/outofforest/build/v2/pkg/tools/git"
"github.com/outofforest/tools/pkg/tools"
"github.com/outofforest/tools"
)

func main() {
Expand All @@ -12,5 +12,5 @@ func main() {
git.Commands,
commands,
)
build.Main("outofforest", tools.Version())
tools.Main()
}
4 changes: 2 additions & 2 deletions build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.22
replace github.com/outofforest/build/v2 => ../

require (
github.com/outofforest/build/v2 v2.1.0
github.com/outofforest/tools v0.9.2-0.20240827053855-24ef9be6c7c8
github.com/outofforest/build/v2 v2.2.0
github.com/outofforest/tools v1.0.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions build/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ github.com/outofforest/parallel v0.2.3 h1:DRIgHr7XTL4LLgsTqrj041kulv4ajtbCkRbkOG
github.com/outofforest/parallel v0.2.3/go.mod h1:cu210xIjJtOMXR2ERzEcNA2kr0Z0xfZjSKw2jTxAQ2E=
github.com/outofforest/run v0.6.0 h1:t/3vAodvU5L5vJ3BB0qRgfviX+T3JJmLgPN6G2WQs3U=
github.com/outofforest/run v0.6.0/go.mod h1:l7TAtA/zG+7JEH017Qrfm7gzmMyM0gjd+CereJdJSpI=
github.com/outofforest/tools v0.9.2-0.20240827053855-24ef9be6c7c8 h1:TSjzzewwWC9phCyg9GfPvIZqpqwPJZWivNtoLWXgjRQ=
github.com/outofforest/tools v0.9.2-0.20240827053855-24ef9be6c7c8/go.mod h1:Pah6eXA0ExCJw9tyUg+1abbWLr0XezBLkRrzK+JJu8E=
github.com/outofforest/tools v1.0.0 h1:VS5FJ8ug+TPe+vArMAeWza+Qve+5ENZQxXs6kNSfWIs=
github.com/outofforest/tools v1.0.0/go.mod h1:fn8F7Z4F4SdyWCSIQIf2NvHbN08fDCum+aDVEbxSPUs=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/outofforest/libexec v0.3.9
github.com/outofforest/logger v0.5.4
github.com/outofforest/run v0.6.0
github.com/outofforest/tools v0.9.2-0.20240827053855-24ef9be6c7c8
github.com/outofforest/tools v1.0.0
github.com/pkg/errors v0.9.1
github.com/samber/lo v1.47.0
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ github.com/outofforest/parallel v0.2.3 h1:DRIgHr7XTL4LLgsTqrj041kulv4ajtbCkRbkOG
github.com/outofforest/parallel v0.2.3/go.mod h1:cu210xIjJtOMXR2ERzEcNA2kr0Z0xfZjSKw2jTxAQ2E=
github.com/outofforest/run v0.6.0 h1:t/3vAodvU5L5vJ3BB0qRgfviX+T3JJmLgPN6G2WQs3U=
github.com/outofforest/run v0.6.0/go.mod h1:l7TAtA/zG+7JEH017Qrfm7gzmMyM0gjd+CereJdJSpI=
github.com/outofforest/tools v0.9.2-0.20240827053855-24ef9be6c7c8 h1:TSjzzewwWC9phCyg9GfPvIZqpqwPJZWivNtoLWXgjRQ=
github.com/outofforest/tools v0.9.2-0.20240827053855-24ef9be6c7c8/go.mod h1:Pah6eXA0ExCJw9tyUg+1abbWLr0XezBLkRrzK+JJu8E=
github.com/outofforest/tools v1.0.0 h1:VS5FJ8ug+TPe+vArMAeWza+Qve+5ENZQxXs6kNSfWIs=
github.com/outofforest/tools v1.0.0/go.mod h1:fn8F7Z4F4SdyWCSIQIf2NvHbN08fDCum+aDVEbxSPUs=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit f8dfbab

Please sign in to comment.