Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
transition to go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Varunram committed May 19, 2020
1 parent b7fdc24 commit 490e6e5
Show file tree
Hide file tree
Showing 2 changed files with 594 additions and 0 deletions.
22 changes: 22 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
module github.com/YaleOpenLab/opensolar

go 1.13

require (
github.com/Varunram/essentials v0.0.0-20200511082308-5399e9622e81
github.com/YaleOpenLab/openx v0.0.0-20200519142124-cfac4960fc54
github.com/algorand/go-algorand-sdk v1.3.0 // indirect
github.com/bithyve/research v0.0.0-20191102090848-d238806b60bf // indirect
github.com/boltdb/bolt v1.3.1
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/fatih/color v1.9.0
github.com/ipfs/go-ipfs-api v0.0.3 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/martinlindhe/google-geolocate v0.0.0-20170601090011-fec8026db902
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.7.0
github.com/stellar/go v0.0.0-20200519000909-93dd37921340
)
Loading

0 comments on commit 490e6e5

Please sign in to comment.