Skip to content

Instantly share code, notes, and snippets.

View t-tomalak's full-sized avatar

Tomasz Tomalak t-tomalak

View GitHub Profile
@t-tomalak
t-tomalak / go.mod
Created July 8, 2019 10:57
go-oidc@v2
module github.com/xxx/xxx
go 1.12
require (
github.com/coreos/go-oidc v2.0.0+incompatible // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
@t-tomalak
t-tomalak / analyzer.json
Last active June 28, 2018 07:59
PHPers Workshopos
GET /_analyze
{
"analyzer": "standard",
"text": ["Test, test"]
}
package main
import (
"bytes"
"fmt"
"io"
"os"
"regexp"
"sort"
"strings"