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

Commit

Permalink
Added go.mod and go.sum files for fileserver
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Apr 16, 2020
1 parent 7cc6361 commit 36e47e9
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 36e47e9

Please sign in to comment.