Skip to content

Commit

Permalink
add 'sync/atomic' to the list of Go dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Madrigal committed Jun 5, 2024
1 parent 3f5ffbf commit 8e7baaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public final class SmithyGoDependency {
public static final GoDependency ERRORS = stdlib("errors");
public static final GoDependency XML = stdlib("encoding/xml");
public static final GoDependency SYNC = stdlib("sync");
public static final GoDependency ATOMIC = stdlib("sync/atomic");
public static final GoDependency PATH = stdlib("path");
public static final GoDependency LOG = stdlib("log");
public static final GoDependency OS = stdlib("os");
Expand Down

0 comments on commit 8e7baaf

Please sign in to comment.