Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #239 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added go.mod and go.sum files for fileserver
  • Loading branch information
vania-pooh authored Apr 16, 2020
2 parents 7cc6361 + 36e47e9 commit 8d2e6f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions selenium/base/base_6/fileserver/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module fileserver

go 1.14

require github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e
2 changes: 2 additions & 0 deletions selenium/base/base_6/fileserver/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e h1:ogUKYFNcdYUIBSLibE4+EjbTJazoHr5JsWWx21Lpn8c=
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e/go.mod h1:cbmYNkm9xeQlNoWEPtOUcvNok2gSD7ErMnYkRW+eHi8=

0 comments on commit 8d2e6f2

Please sign in to comment.