Skip to content

Commit 8410b86

Browse files
committed
Upgrade css to v1.0.1
1 parent 8cd9068 commit 8410b86

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/gorilla/css v1.0.0 // indirect
88
github.com/stretchr/testify v1.6.1
99
github.com/unrolled/render v1.0.3
10-
github.com/vanng822/css v1.0.0
10+
github.com/vanng822/css v1.0.1
1111
github.com/vanng822/r2router v0.0.0-20150523112421-1023140a4f30
1212
golang.org/x/net v0.0.0-20200904194848-62affa334b73
1313
)

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ github.com/vanng822/css v0.1.0 h1:lFOaxbqoxqgBv9gTOJavvKRS+5oy4YJ/ZBmW1EeYr3M=
1919
github.com/vanng822/css v0.1.0/go.mod h1:tcnB1voG49QhCrwq1W0w5hhGasvOg+VQp9i9H1rCM1w=
2020
github.com/vanng822/css v1.0.0 h1:Us/aMlvmSMZMbN0jeR3SotsAmPxopmqw+yGRMy3TB+c=
2121
github.com/vanng822/css v1.0.0/go.mod h1:tcnB1voG49QhCrwq1W0w5hhGasvOg+VQp9i9H1rCM1w=
22+
github.com/vanng822/css v1.0.1 h1:10yiXc4e8NI8ldU6mSrWmSWMuyWgPr9DZ63RSlsgDw8=
23+
github.com/vanng822/css v1.0.1/go.mod h1:tcnB1voG49QhCrwq1W0w5hhGasvOg+VQp9i9H1rCM1w=
2224
github.com/vanng822/r2router v0.0.0-20150523112421-1023140a4f30 h1:fCYIzI798sOjtO9fMZaqF0ldAoYEsMLt2EwX7HdXzu4=
2325
github.com/vanng822/r2router v0.0.0-20150523112421-1023140a4f30/go.mod h1:1BVq8p2jVr55Ost2PkZWDrG86PiJ/0lxqcXoAcGxvWU=
2426
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=

0 commit comments

Comments
 (0)