Skip to content

Commit

Permalink
add 'sync/atomic' to the list of Go dependecies (#516)
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Madrigal 🐧 <[email protected]>
  • Loading branch information
Madrigal and Madrigal authored Jun 5, 2024
1 parent 3f5ffbf commit bced1e1
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 bced1e1

Please sign in to comment.