Skip to content

Commit af7d6d6

Browse files
authored
add slices dep (#572)
1 parent b5c304b commit af7d6d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/SmithyGoDependency.java

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public final class SmithyGoDependency {
4949
public static final GoDependency OS = stdlib("os");
5050
public static final GoDependency PATH_FILEPATH = stdlib("path/filepath");
5151
public static final GoDependency REFLECT = stdlib("reflect");
52+
public static final GoDependency SLICES = stdlib("slices");
5253

5354
public static final GoDependency SMITHY = smithy(null, "smithy");
5455
public static final GoDependency SMITHY_TRANSPORT = smithy("transport", "smithytransport");

0 commit comments

Comments
 (0)