diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ module riedstra.dev/mitch/steam-export -go 1.16 +go 1.19 require ( + github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df // indirect github.com/gorilla/mux v1.8.0 github.com/swaggo/http-swagger v1.1.1 github.com/swaggo/swag v1.7.0 |
