-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
module github.com/domonda/api/golang/domonda | ||
|
||
go 1.21 | ||
|
||
toolchain go1.21.0 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/domonda/go-types v0.0.0-20230810133443-7fcb0a5a218b | ||
github.com/ungerik/go-fs v0.0.0-20230810132455-f7ff27f6fa2b | ||
github.com/domonda/go-types v0.0.0-20240304130021-550340237017 | ||
github.com/ungerik/go-fs v0.0.0-20240302080707-ebffc0d04c7c | ||
) | ||
|
||
require ( | ||
github.com/domonda/go-errs v0.0.0-20230810132956-1b6272f9fc8f // indirect | ||
github.com/domonda/go-pretty v0.0.0-20230810130018-8920f571470a // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
github.com/domonda/go-errs v0.0.0-20240301142737-8fde935c9bd4 // indirect | ||
github.com/domonda/go-pretty v0.0.0-20240110134850-17385799142f // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters