Skip to content

Commit

Permalink
Fix referencing build module (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
outofforest authored Apr 19, 2022
1 parent b0d51a1 commit e2f47bd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/outofforest/ioc/v2"
"github.com/outofforest/run"

me "github.com/outofforest/osman/build"
me "build"
)

func main() {
Expand Down
1 change: 0 additions & 1 deletion build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ require (
github.com/outofforest/buildgo v0.3.6
github.com/outofforest/ioc/v2 v2.5.0
github.com/outofforest/libexec v0.2.1
github.com/outofforest/osman v0.1.2
github.com/outofforest/run v0.2.2
)
2 changes: 0 additions & 2 deletions build/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ github.com/outofforest/libexec v0.2.1 h1:x1Cfk88do1teCrgNxOotjWBpLGMtvmInNsvsJpP
github.com/outofforest/libexec v0.2.1/go.mod h1:G3vH3SymR+QiJLfT3L4EnTqtrilFEukqnTE0JDbO/5Q=
github.com/outofforest/logger v0.2.0 h1:mBUGPTu/nZjw81Qi/xspF0mdxzMEYl7ytANgNNixXgA=
github.com/outofforest/logger v0.2.0/go.mod h1:01cg+cIodmNhDh3tHk/eGKTAxbQIwcGM3Apo46ebWAs=
github.com/outofforest/osman v0.1.2 h1:F9tYtcl/PUOnNnE0FVyHXu5WHAsJd+6tNZNf4b5xw1o=
github.com/outofforest/osman v0.1.2/go.mod h1:+EQb6FchQOQlGyuRU+Do+hIcEIwm9sibcldn63MU5IU=
github.com/outofforest/parallel v0.1.2 h1:alKV5c/WzdhVohQUyAWoYyi2Nigv4q1oBMW7Qj41MSQ=
github.com/outofforest/parallel v0.1.2/go.mod h1:RuwcKVeJYrUFcmydQtOAw8S9zE8p9UhrEjsGMYl5sfU=
github.com/outofforest/run v0.2.2 h1:a84c9s0D8QdEV9OApkGCVnX1VI1/kEeyWR3kz8uuObc=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/google/uuid v1.3.0
github.com/outofforest/go-zfs/v3 v3.1.4
github.com/outofforest/ioc/v2 v2.5.0
github.com/outofforest/isolator v0.4.6
github.com/outofforest/isolator v0.4.7
github.com/outofforest/logger v0.2.0
github.com/outofforest/run v0.2.2
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ github.com/outofforest/go-zfs/v3 v3.1.4 h1:tSf3ROEyf4rihCy9BAOidKVptEhPWSWiglVk1
github.com/outofforest/go-zfs/v3 v3.1.4/go.mod h1:EEbYceqfxe3/9XmdsrTfSegXfQed3QaMqRQ+vx7yjuE=
github.com/outofforest/ioc/v2 v2.5.0 h1:adaOwJrk8IzlauIfe41SG7PNHK23dBQhrpAR5ho7m3E=
github.com/outofforest/ioc/v2 v2.5.0/go.mod h1:7dAov+lZ7RbJ2TCy/IiK6+bicPmWZspga0P+exKudNE=
github.com/outofforest/isolator v0.4.6 h1:6MCBSw12cEM8vGREAouWP9xbHwXT/KWSbL/r+FpPBgo=
github.com/outofforest/isolator v0.4.6/go.mod h1:bPzhbQNHAOKVv+FaMDaA9/5fynrfi1f9c47XU7PkIGY=
github.com/outofforest/isolator v0.4.7 h1:ZE81BikD1ozyd+qbjBrsiXtQlAXilK6NGUm0DClDRg8=
github.com/outofforest/isolator v0.4.7/go.mod h1:bPzhbQNHAOKVv+FaMDaA9/5fynrfi1f9c47XU7PkIGY=
github.com/outofforest/libexec v0.2.1 h1:x1Cfk88do1teCrgNxOotjWBpLGMtvmInNsvsJpP/P44=
github.com/outofforest/libexec v0.2.1/go.mod h1:G3vH3SymR+QiJLfT3L4EnTqtrilFEukqnTE0JDbO/5Q=
github.com/outofforest/logger v0.2.0 h1:mBUGPTu/nZjw81Qi/xspF0mdxzMEYl7ytANgNNixXgA=
Expand Down

0 comments on commit e2f47bd

Please sign in to comment.