-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
- Loading branch information
Showing
6 changed files
with
26 additions
and
14 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
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,19 +1,21 @@ | ||
module samples | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.0 | ||
|
||
require ( | ||
github.com/NYTimes/gziphandler v1.1.1 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/roadrunner-server/endure/v2 v2.0.1 | ||
github.com/rs/cors v1.8.3 | ||
github.com/roadrunner-server/endure/v2 v2.3.1 | ||
github.com/rs/cors v1.9.0 | ||
go.etcd.io/bbolt v1.3.7 | ||
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 | ||
) | ||
|
||
replace github.com/roadrunner-server/endure/v2 => ../../ | ||
|
||
require ( | ||
github.com/roadrunner-server/errors v1.2.0 // indirect | ||
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | ||
golang.org/x/sys v0.11.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
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
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
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,7 +1,8 @@ | ||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.0 | ||
|
||
use ( | ||
. | ||
./examples/sample_1 | ||
) | ||
) |