diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ go 1.15 require ( github.com/pkg/errors v0.9.1 - golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 + golang.org/x/sys v0.0.0-20210317225723-c4fcb01b228e gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b ) |