summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-03-22 21:33:18 +0100
committerJakob Borg <jakob@nym.se>2014-03-22 21:33:18 +0100
commit52cad94e86a572d5a2f5c2d27ae6a16c4619d409 (patch)
treef7c8910da02ec65afa7eee5d93a632145d46b644
parent89399092b95b5f5fd91553fa2de08cd8269bfe79 (diff)
Use godep
-rw-r--r--Godeps/Godeps.json36
-rw-r--r--Godeps/Readme5
-rw-r--r--Godeps/_workspace/.gitignore2
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/control.go84
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/control_rfc2292_darwin.go151
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/control_rfc3542_bsd.go213
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/control_rfc3542_linux.go217
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/control_rfc3542_plan9.go27
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/control_rfc3542_windows.go27
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/control_test.go42
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/dgramopt_plan9.go96
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/dgramopt_posix.go178
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/doc.go193
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/endpoint.go119
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/gen.go241
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/genericopt_plan9.go34
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/genericopt_posix.go60
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/gentest.go195
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/helper.go28
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/helper_plan9.go22
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/helper_unix.go46
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/helper_windows.go45
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/iana.go224
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/iana_test.go38
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/icmp.go46
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/icmp_bsd.go35
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/icmp_linux.go33
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/icmp_plan9.go22
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/icmp_test.go84
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/icmp_windows.go22
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/mockicmp_test.go112
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/mocktransponder_test.go110
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/multicast_test.go161
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/multicastlistener_test.go197
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/multicastsockopt_test.go76
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/payload.go15
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/payload_cmsg.go70
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/payload_noncmsg.go41
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sockopt_rfc2292_darwin.go66
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sockopt_rfc3493_bsd.go19
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sockopt_rfc3493_linux.go17
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sockopt_rfc3493_unix.go114
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sockopt_rfc3493_windows.go116
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sockopt_rfc3542_bsd.go44
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sockopt_rfc3542_linux.go42
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sockopt_rfc3542_plan9.go12
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sockopt_rfc3542_unix.go48
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sockopt_rfc3542_windows.go62
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/sockopt_test.go136
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/unicast_test.go203
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.net/ipv6/unicastsockopt_test.go101
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/transform/examples_test.go37
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/transform/transform.go496
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/transform/transform_test.go901
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/Makefile30
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/composition.go514
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/composition_test.go130
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/example_iter_test.go82
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/forminfo.go256
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/forminfo_test.go54
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/input.go105
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/iter.go448
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/iter_test.go98
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/maketables.go1143
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/maketesttables.go45
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/norm_test.go14
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/normalize.go524
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/normalize_test.go1086
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/normregtest.go318
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/readwriter.go126
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/readwriter_test.go56
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/tables.go6989
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/transform.go85
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/transform_test.go101
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/trie.go232
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/trie_test.go152
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/triedata_test.go85
-rw-r--r--Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/triegen.go317
-rw-r--r--Godeps/_workspace/src/github.com/calmh/ini/LICENSE19
-rw-r--r--Godeps/_workspace/src/github.com/calmh/ini/README.md39
-rw-r--r--Godeps/_workspace/src/github.com/calmh/ini/ini.go220
-rw-r--r--Godeps/_workspace/src/github.com/calmh/ini/ini_test.go178
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/inject/.gitignore2
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/inject/LICENSE20
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/inject/README.md4
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/inject/inject.go122
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/inject/inject_test.go112
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/.gitignore23
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/LICENSE20
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/README.md303
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/env.go21
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/go_version.go3
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/logger.go22
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/logger_test.go31
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/martini.go155
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/martini_test.go105
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/recovery.go21
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/recovery_test.go26
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/response_writer.go67
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/response_writer_test.go76
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/router.go255
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/router_test.go277
-rw-r--r--Godeps/_workspace/src/github.com/codegangsta/martini/static.go52
-rwxr-xr-xbuild.sh15
104 files changed, 20937 insertions, 2 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
new file mode 100644
index 0000000000..ce88b24708
--- /dev/null
+++ b/Godeps/Godeps.json
@@ -0,0 +1,36 @@
+{
+ "ImportPath": "github.com/calmh/syncthing",
+ "GoVersion": "devel +3ca54dd30864 Sat Mar 22 11:05:40 2014 -0700",
+ "Packages": [
+ "./cmd/syncthing"
+ ],
+ "Deps": [
+ {
+ "ImportPath": "code.google.com/p/go.net/ipv6",
+ "Comment": "null-88",
+ "Rev": "55437409069bb181ad562b1ad1e5f361c44aff17"
+ },
+ {
+ "ImportPath": "code.google.com/p/go.text/transform",
+ "Comment": "null-81",
+ "Rev": "9cbe983aed9b0dfc73954433fead5e00866342ac"
+ },
+ {
+ "ImportPath": "code.google.com/p/go.text/unicode/norm",
+ "Comment": "null-81",
+ "Rev": "9cbe983aed9b0dfc73954433fead5e00866342ac"
+ },
+ {
+ "ImportPath": "github.com/calmh/ini",
+ "Rev": "1020b6d8618a7dc6031cda4a7782324eac346875"
+ },
+ {
+ "ImportPath": "github.com/codegangsta/inject",
+ "Rev": "37512bbe41b4cc579cdd706742efc7bf34f94b06"
+ },
+ {
+ "ImportPath": "github.com/codegangsta/martini",
+ "Rev": "f86ef0561cc5aa2801d41a7277fd480272ad1556"
+ }
+ ]
+}
diff --git a/Godeps/Readme b/Godeps/Readme
new file mode 100644
index 0000000000..4cdaa53d56
--- /dev/null
+++ b/Godeps/Readme
@@ -0,0 +1,5 @@
+This directory tree is generated automatically by godep.
+
+Please do not edit.
+