Skip to content

Commit

Permalink
Import required packages
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr committed Nov 18, 2024
1 parent 8df7493 commit 9499921
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions analysis/tc_apache_wicket.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
package analysis

import "github.com/konveyor/tackle2-hub/api"
import (
"github.com/konveyor/go-konveyor-tests/data"
"github.com/konveyor/go-konveyor-tests/hack/addon"
"github.com/konveyor/tackle2-hub/api"
)

var ApacheWicket = TC{
Name: "Apache Wicket",
Expand Down Expand Up @@ -52,7 +56,6 @@ var ApacheWicket = TC{
},
},
},
Dependencies: []api.TechDependency{},
},
},
}

0 comments on commit 9499921

Please sign in to comment.