Rename namespace to docker.tools

I have tested this version in the datoms project.
This commit is contained in:
Jim Clark
2023-04-22 20:27:02 -07:00
committed by James Carnegie
parent 4f77f40fb2
commit 63d3cc2f0a
8 changed files with 53 additions and 29 deletions

View File

@@ -1,8 +1,8 @@
package main
import (
"dockerfileparse/user/parser/babashka"
"dockerfileparse/user/parser/docker"
"babashka-pod-docker/babashka"
"babashka-pod-docker/docker"
"github.com/atomist-skills/go-skill"
"github.com/sirupsen/logrus"