GithubHelp home page GithubHelp logo

common's Introduction

ISecL Common Library

This library provides several utility functions such as jwt token verification, setup tasks, input validation, abstraction for crypto and command execution operations.

Install go version >= go1.12.12 & <= go1.13.8

The common requires Go version 1.12.12 that has support for go modules. The build was validated with the latest version go1.13.8 of go. It is recommended that you use go1.13.8 version of go. You can use the following to install go.

wget https://dl.google.com/go/go1.13.8.linux-amd64.tar.gz
tar -xzf go1.13.8.linux-amd64.tar.gz
sudo mv go /usr/local
export GOROOT=/usr/local/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

Direct dependencies

Name Repo URL Minimum Version Required
logrus github.com/sirupsen/logrus v1.4.0
dgrijalva jwt-go github.com/dgrijalva/jwt-go v3.2.0+incompatible
gorilla mux github.com/gorilla/mux v1.7.3
yaml for Go gopkg.in/yaml.v2 v2.2.2

Note: All dependencies are listed in go.mod

Links

https://01.org/intel-secl/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.