Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10 #4

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open

10 #4

Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a8cc865
Update muxing.go
Uriy3 Jul 11, 2022
6f1788b
My try
Jul 11, 2022
64d8ba6
Update muxing.go
Uriy3 Jul 11, 2022
6902e79
Update go.mod
Uriy3 Jul 13, 2022
530c39d
Update go.sum
Uriy3 Jul 13, 2022
52e1364
My try
Jul 13, 2022
e2786cd
Update muxing.go
Uriy3 Jul 13, 2022
3611614
Update muxing.go
Uriy3 Jul 13, 2022
0791314
Update go.mod
Uriy3 Jul 13, 2022
16d11f7
Update go.sum
Uriy3 Jul 13, 2022
068a670
My try1
Jul 13, 2022
26df5a9
My try2
Jul 13, 2022
6fad2ea
Update muxing.go
Uriy3 Jul 13, 2022
56f2004
Update go.mod
Uriy3 Jul 13, 2022
fbf1c4f
Update go.sum
Uriy3 Jul 13, 2022
b3079f1
Update go.mod
Uriy3 Jul 13, 2022
dee0207
My try
Jul 13, 2022
cb51cdd
My try
Jul 13, 2022
cdddb3a
Update go.mod
Uriy3 Jul 13, 2022
7200843
Update go.sum
Uriy3 Jul 13, 2022
6820dfb
Update muxing.go
Uriy3 Jul 13, 2022
029fc8d
My try1
Jul 13, 2022
cdb1f7d
My try2
Jul 13, 2022
af07a1b
Update go.mod
Uriy3 Jul 13, 2022
0af2da9
Update go.sum
Uriy3 Jul 13, 2022
f51caf8
Update muxing.go
Uriy3 Jul 13, 2022
746d9dc
My try
Jul 13, 2022
7a7ae68
Update go.mod
Uriy3 Jul 13, 2022
e9e0ed9
Update go.sum
Uriy3 Jul 13, 2022
604adb8
My try
Jul 13, 2022
dea5a55
Update muxing.go
Uriy3 Jul 13, 2022
799314d
Update muxing.go
Uriy3 Jul 14, 2022
d8acdd2
Update muxing.go
Uriy3 Jul 17, 2022
b44a97c
My try2
Jul 17, 2022
2fc5ab0
Update go.mod
Uriy3 Jul 17, 2022
6115735
Update go.sum
Uriy3 Jul 17, 2022
0d6d466
Update muxing.go
Uriy3 Jul 17, 2022
9067097
My try5
Jul 17, 2022
f2bbb98
Update muxing.go
Uriy3 Jul 17, 2022
138b7e1
Update go.mod
Uriy3 Jul 17, 2022
5979ac3
Update go.sum
Uriy3 Jul 17, 2022
f033879
My try
Jul 17, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update go.mod
Uriy3 authored Jul 17, 2022

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
commit 2fc5ab06263ebb373294a4519339b5ac41f0c47a
12 changes: 11 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -2,4 +2,14 @@ module github.com/GolangUnited/helloweb

go 1.17

require github.com/gorilla/mux v1.8.0
require (
github.com/gorilla/mux v1.8.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)