about summary refs log tree commit diff
path: root/pkgs/servers/oauth2_proxy/deps.nix
blob: 37ddbbde64e215af7637a249beaea7c4b7693dd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
  {
    goPackagePath = "gopkg.in/fsnotify.v1";
    fetch = {
      type = "git";
      url = "https://gopkg.in/fsnotify.v1";
      rev = "96c060f6a6b7e0d6f75fddd10efeaca3e5d1bcb0";
      sha256 = "1308z1by82fbymcra26wjzw7lpjy91kbpp2skmwqcq4q1iwwzvk2";
    };
  }
  {
    goPackagePath = "golang.org/x/net";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/net";
      rev = "62ac18b461605b4be188bbc7300e9aa2bc836cd4";
      sha256 = "0lwwvbbwbf3yshxkfhn6z20gd45dkvnmw2ms36diiy34krgy402p";
    };
  }
  {
    goPackagePath = "github.com/bitly/go-simplejson";
    fetch = {
      type = "git";
      url = "https://github.com/bitly/go-simplejson";
      rev = "18db6e68d8fd9cbf2e8ebe4c81a78b96fd9bf05a";
      sha256 = "0lj9cxyncchlw6p35j0yym5q5waiz0giw6ri41qdwm8y3dghwwiy";
    };
  }
  {
    goPackagePath = "github.com/BurntSushi/toml";
    fetch = {
      type = "git";
      url = "https://github.com/BurntSushi/toml";
      rev = "056c9bc7be7190eaa7715723883caffa5f8fa3e4";
      sha256 = "0gkgkw04ndr5y7hrdy0r4v2drs5srwfcw2bs1gyas066hwl84xyw";
    };
  }
  {
    goPackagePath = "github.com/mreiferson/go-options";
    fetch = {
      type = "git";
      url = "https://github.com/mreiferson/go-options";
      rev = "7c174072188d0cfbe6f01bb457626abb22bdff52";
      sha256 = "0ksyi2cb4k6r2fxamljg42qbz5hdcb9kv5i7y6cx4ajjy0xznwgm";
    };
  }
  {
    goPackagePath = "google.golang.org/api";
    fetch = {
      type = "git";
      url = "https://code.googlesource.com/google-api-go-client";
      rev = "a5c3e2a4792aff40e59840d9ecdff0542a202a80";
      sha256 = "1kigddnbyrl9ddpj5rs8njvf1ck54ipi4q1282k0d6b3am5qfbj8";
    };
  }
  {
    goPackagePath = "google.golang.org/cloud";
    fetch = {
      type = "git";
      url = "https://code.googlesource.com/gocloud";
      rev = "6335269abf9002cf5a84613c13cda6010842b834";
      sha256 = "15xrqxna5ms0r634k3bfzyymn431dvqcjwbsap8ay60x371kzbwf";
    };
  }
  {
    goPackagePath = "golang.org/x/oauth2";
    fetch = {
      type = "git";
      url = "https://go.googlesource.com/oauth2";
      rev = "397fe7649477ff2e8ced8fc0b2696f781e53745a";
      sha256 = "0fza0l7iwh6llkq2yzqn7dxi138vab0da64lnghfj1p71fprjzn8";
    };
  }
  {
    goPackagePath = "github.com/18F/hmacauth";
    fetch = {
      type = "git";
      url = "https://github.com/18F/hmacauth";
      rev = "9232a6386b737d7d1e5c1c6e817aa48d5d8ee7cd";
      sha256 = "056mcqrf2bv0g9gn2ixv19srk613h4sasl99w9375mpvmadb3pz1";
    };
  }
]