Skip to content

Commit

Permalink
switch to go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
sstark committed Mar 27, 2021
1 parent 0fc49d1 commit 3e135ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/sstark/gjfy

go 1.12

require bou.ke/monkey v1.0.2
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bou.ke/monkey v1.0.2 h1:kWcnsrCNUatbxncxR/ThdYqbytgOIArtYWqcQLQzKLI=
bou.ke/monkey v1.0.2/go.mod h1:OqickVX3tNx6t33n1xvtTtu85YN5s6cKwVug+oHMaIA=
2 changes: 1 addition & 1 deletion store_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/bouk/monkey"
"bou.ke/monkey"
"net/http/httptest"
"reflect"
"testing"
Expand Down

0 comments on commit 3e135ab

Please sign in to comment.