Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Oct 6, 2020
1 parent c19b011 commit 4b4bc8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 0 additions & 2 deletions examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ func Example_race_selectors() {
// when wrong username or password
fmt.Println(el.MustText())
}).MustDo()

// Output: WELCOME :)
}

// Example_wait_for_animation is an example to simulate humans more accurately.
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/tidwall/gjson v1.6.1
github.com/tidwall/sjson v1.1.2
github.com/ysmood/goob v0.2.5
github.com/ysmood/got v0.0.6
github.com/ysmood/gotrace v0.0.1
github.com/ysmood/leakless v0.6.1
github.com/ysmood/got v0.1.1
github.com/ysmood/gotrace v0.0.3
github.com/ysmood/leakless v0.6.2
)
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ github.com/tidwall/sjson v1.1.2 h1:NC5okI+tQ8OG/oyzchvwXXxRxCV/FVdhODbPKkQ25jQ=
github.com/tidwall/sjson v1.1.2/go.mod h1:SEzaDwxiPzKzNfUEO4HbYF/m4UCSJDsGgNqsS1LvdoY=
github.com/ysmood/goob v0.2.5 h1:sUOCSbKIMXNmnjh2kmEiVQt3if8Ef6b1colqkiN5ccA=
github.com/ysmood/goob v0.2.5/go.mod h1:8/J/d5zfPU8dtdtlGfHhQN8AIZYKy2hajTXHQYmzpck=
github.com/ysmood/got v0.0.6 h1:Du8VVUJyUa7nW/F42FS8PIZA7q0/PMtoSH8VoyIfbu4=
github.com/ysmood/got v0.0.6/go.mod h1:pE1l4LOwOBhQg6A/8IAatkGp7uZjnalzrZolnlhhMgY=
github.com/ysmood/got v0.1.1 h1:xu/qbUmeeRdMLlOV5nueuUa8vX1b/au/G12gab++VS0=
github.com/ysmood/got v0.1.1/go.mod h1:pE1l4LOwOBhQg6A/8IAatkGp7uZjnalzrZolnlhhMgY=
github.com/ysmood/gotrace v0.0.1 h1:jp3lgBRfKnBXAzyiaAvTIwFUJi6UsBpkgC4QG9NCdIU=
github.com/ysmood/gotrace v0.0.1/go.mod h1:TzhIG7nHDry5//eYZDYcTzuJLYQIkykJzCRIo4/dzQM=
github.com/ysmood/leakless v0.6.1 h1:X/num7EF8LmFD5vcbHrcF6bo6uDKldN9nuGM+I6gxDY=
github.com/ysmood/leakless v0.6.1/go.mod h1:eOWmPkwrQgyJ+JivIgpu5EoJXRN04Wf+wENtR9CUKyE=
github.com/ysmood/gotrace v0.0.3 h1:AwndM1Zx1zGHF9fqRIT8H/i6FV5PXOEw7/CbtagA8j4=
github.com/ysmood/gotrace v0.0.3/go.mod h1:TzhIG7nHDry5//eYZDYcTzuJLYQIkykJzCRIo4/dzQM=
github.com/ysmood/leakless v0.6.2 h1:btEdYG+HicWS5Yww8tRUS1ZUAAqwZBq/0VME2Pz7v9k=
github.com/ysmood/leakless v0.6.2/go.mod h1:eOWmPkwrQgyJ+JivIgpu5EoJXRN04Wf+wENtR9CUKyE=
golang.org/x/sys v0.0.0-20200828194041-157a740278f4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 comments on commit 4b4bc8b

Please sign in to comment.